J
Q. What will be the output of the following PHP code ?
<?php $num = 5; if (5) print "First"; if else print "Second"; ?>
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. Which loop statement is used to loop through a block of code for each element in an array?
Q. Exception handling was added with ______ version of PHP.
Q. What will be the output of the following PHP code ?
Q. Which PHP functions are used to find the lowest and highest values from a list of arguments?
Q. Which of the following scopes is not available in PHP?
Q. Which statement will output $lfc on the screen?
Discusssion
Login to discuss.