">
<?php$p = "0";$q = "1";if ((int)$p && $q) print"Interview";else print "Mania";?>
The expression is evaluated with values contained in the string, even without typecasting.
Previous Question Next Question
Your comments will be displayed only after manual approval.