J
Q. What will be the output of the following PHP code ?
<?php $num = 2; while ($num != 5) { print "Executed..."; $num++; } ?>
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. Default file extension of php file is
Q. What will be the output of the following PHP code ?
Q. In which version of PHP E_STRICT Error level is introduced ?
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. PHP ..... demand that you declare a data type when you create a variable.
Discusssion
Login to discuss.