<?php require_once('./global.php'); require_once('../forums/global.php'); require_once('../forums/includes/functions_bbcodeparse.php'); $text = "[quote]Some quoted text[/quote]"; $text = parse_bbcode($text); echo "<html><body>"; echo $text; echo "</body></html>"; ?>