R
Q. what is the output of below program?
<?php for($i=0; $i<5; $i++){ $i = $i+1; } 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 is the result of the following PHP code?
Q. Which PHP function is used to convert a number from one number base to another?
Q. The term PHP is an acronym for PHP:_______________.
Q. Which PHP function(s) is/are used to compare arrays and returns the differences?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.