">
<?php$num1 = 5;$num2 = 5;if ($Res = (($num1 == 5) && ($num2 != 0))){ print "Result is $Res";}?>
Result is num1 && num2 which returns 1 if both num1 and num2 are true.
Previous Question Next Question
Your comments will be displayed only after manual approval.