Pagina 1 van 1

phpbb code omzetten naar HTML

Geplaatst: 07 feb 2005, 15:38
door TFTFT
Ik heb informatie opgeslagen in mijn database:

$bbcodeID
$tekst

nu is $tekst dus zo iets:
[quote:a26a5cbd68="username"]tekst tekst tekst[/quote:a26a5cbd68]

en $bbcodeID natuurlijk:
a26a5cbd68

Hoe kan ik $tekst omzetten naar HTML?

Dit heb ik gedaan om te zorgen dat ik bij alle functions kan komen:

Code: Selecteer alles

define('IN_PHPBB', true); 
include_once('extension.inc');
include_once('common.'.$phpEx);
include_once('includes/bbcode.'.$phpEx);
include_once('includes/functions.'.$phpEx);
include_once('includes/functions_post.'.$phpEx);