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
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. Output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which is/are the correct way to declare a method?
Q. What is the correct syntax of print statement in PHP?
Q. What will be the output of the following PHP code?
Q. Type Hinting was introduced in which version of PHP?
Q. A member function usually access to members of the _______ object only
Q. Which of the following function displays the information about PHP and its configuration?
Discusssion
Login to discuss.