PHPDN BBCode doing wierd things
Posted: Fri Feb 03, 2006 4:30 pm
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
HOOOOLD IT!
awrite, i git it...
If you use an opening <?php tag it is cool, if not then it hoses. Check it out...
And now without the opening tag...
Is this a phpBB bug or did the code for this forum get changed?
Code: Select all
nt color="#000000">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;
?>Code: Select all
$thisVar = '';
$thatVar = $thisVar;
echo $thatVar;