<?php$p = 50;$q = 60;if ($p > $q && 1||1) print "Executed...." ;else print "Not Executed....";?>
Expression evaluates to true.
Previous Question Next Question
Your comments will be displayed only after manual approval.