J
Q. What will be the output of the following PHP code ?
<?php $p = 20; if ($p = $p&0) print $p ; else print "Executed..."; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. You can test the type of any variable with the ..... function.
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Q. To define a new class you start with the keyword ________ ?
Discusssion
Login to discuss.