Something is not working right here.
The output is:PHP Code:echo "TESTER = $tester <br>";
if ($tester == "mod")
{
echo "SECOND TEST :: TESTER = $tester <br>";
}
TESTER = 1
SECOND TEST :: TESTER = 1
As the output clearly doesn't equal "mod", so why is the secont test being echoed????!!!
Any ideas?
Thanks![]()





I'm scratching my head on this one 


Bookmarks