R
Q. what is the output of below program?
<?php $a=0; $b=0; for($i=0;$i<10;$i++) { if(++$a<5 || $b++<7){ } } echo $a." ".$b; ?>
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. In PHP how to invoke a method?
Q. What will be the output of the following PHP code?
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. what is the output of below program?
Q. Which element of the of PHP $_SERVER variable is used to get the path of the current script?
Discusssion
Login to discuss.