R
Q. what is the output of below program?
<?php for($i=0; $i<=5; $i++){ if($i%2==0) 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 will be the output of the following PHP code ?
Q. What is the difference between Indexed array and Associative array in PHP?
Q. what is the output of below program?
Q. In which version of PHP E_STRICT Error level is introduced ?
Q. Which of the following function is used to sort an array in descending order?
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. Which of the following is the correct syntax to write a PHP code?
Discusssion
Login to discuss.