Home / Programming MCQs / PHP MCQs / Question
J
Q. What will be the output of the following PHP code ?
<?php $num = 1; if ($num--) print "False"; if ($num++) print "True"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code ?
Which PHP function reads a single line from a file?
What will be the output of the following program?
What is the complete syntax of PHP date() function?
What is the result of the following PHP code?
What will be the output of the following PHP code?
what is the output of below program?
Discusssion
Login to discuss.