R
Q. What will be the output of the following PHP code?
<?php $counter = 1; while ($counter++ <= 5) { echo $counter, ","; $counter++; } ?>
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/are valid types of arrays in PHP?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to get the square root of the given number?
Q. Which method sends input to a script via a URL?
Q. Strstr() function allow us to select a substring by its ______
Q. What will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. What is the use of PHP "continue" statement?
Discusssion
Login to discuss.