">
<?php$str = "s";if ($str) print "Executed....";else print "Not Executed...";?>
The value of str is evaluated to 1 as it has a value.
Previous Question Next Question
Your comments will be displayed only after manual approval.