Interesting that if I wrap them up tighter in braces I get the desires result.. if (($a = "foo") && ($b = "bar")){ echo $a."<br />".$b; } Returns foo bar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php