PHP Doku:: Einführung - intro.bbcode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzTextverarbeitungBulletin Board CodeEinführung

Ein Service von Reinhard Neidl - Webprogrammierung.

Bulletin Board Code

<<Bulletin Board Code

Installation/Konfiguration>>

Einführung

This extension aims to help parse BBCode text in order to convert it to HTML or another markup language. It uses one pass parsing and provides great speed improvement over the common approach based on regular expressions. Further more, it helps provide valid HTML by reordering open / close tags and by automatically closing unclosed tags.

Since 0.10.1 It supports argument quoting with single quotes, double quotes and HTML escaped double quotes.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Chris
4.09.2008 0:05
As far as I can tell this extension requires version 5.2.0 or higher.
It doesn't seem to be stated here anywhere but if you try to use pear to install it then you'll get a message saying that. This has caused me a bunch of grief as I'm not in a position to upgrade on some systems but already have this coded in on other systems.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)