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. What is the use of PHP mt_rand() function?
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which of the following variable name is invalid?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. Which PHP functions are used to convert string to lowercase and uppercase?
Discusssion
Login to discuss.