Page 1 of 1

PHPDN BBCode doing wierd things

Posted: Fri Feb 03, 2006 4:30 pm
by RobertGonzalez
Is anyone else seeing the little snippet of HTML added to the front of the text that is posted wrapped inside [ php ] BBCode tags? I just posted something and noticed it. Anyone have any idea what's going on? I believe the code is

Code: Select all

nt color="#000000">
HOOOOLD IT!
awrite, i git it...

If you use an opening <?php tag it is cool, if not then it hoses. Check it out...

Code: Select all

<?php
$thisVar = '';
$thatVar = $thisVar;
echo $thatVar;
?>
And now without the opening tag...

Code: Select all

$thisVar = '';
$thatVar = $thisVar;
echo $thatVar;
Is this a phpBB bug or did the code for this forum get changed?

Posted: Fri Feb 03, 2006 4:32 pm
by John Cartwright
We are already addressing the issue.

viewtopic.php?t=43465

Locked.