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. Which is the correct example of an Indexed array in PHP?
Q. --------is a method of accessing database data using object-oriented syntax instead of using SQL
Q. Which of the following is the default file extension of PHP files?
Q. Which statement is faster echo or print?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Discusssion
Login to discuss.