R
Q. what is the output of below program?
<?php for($i=0; $i<=5; $i++){ if($i%2==0) echo "$i"; } ?>
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. Which PHP functions are used to find the lowest and highest values from a list of arguments?
Q. what is the output of below program?
Q. ______ is the right way to clone an object?
Q. What will be the output of the following PHP code ?
Q. In the syntax of $GLOBALS[index], what does "index" hold?
Q. Which version of php introduced try/catch exception?
Q. Correct syntax to print "Hello" in PHP
Discusssion
Login to discuss.