R
Q. What will be the output of the following PHP code?
<?php $x = 10; while ($x < 10) { $x++; echo $x, ","; } ?>
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 output of below program?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. PHP runs on which platform?
Q. What is the result of the following PHP code?
Q. Which practice used to call several methods or functions of the class in one instruction?
Q. what is the output of below program?
Discusssion
Login to discuss.