Home / Programming MCQs / PHP MCQs / Question
R
Q. What will be the output of the following PHP code?
<?php for ($i = 1;$i <= 10;$i++){ if ($i == 6){ continue; } echo "$i "; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
what is the output of below program?
What will be the output of the following PHP code ?
PHP function which will return true if a variable is an array or false if it is not an array.
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Find incorrect way of declaring variables:
What will be the output of the following PHP code ?
Discusssion
Login to discuss.