Hi folks, if ($a = "foo" && $b = "bar"){ echo $a."<br />".$b; } Returns: 1 bar I expect: foo bar Is this documented? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Hi folks, if ($a = "foo" && $b = "bar"){ echo $a."<br />".$b; } Returns: 1 bar I expect: foo bar Is this documented? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php