S
Q. What will be the output of the following PHP code ?
<?php for ($number = 1; $number != 20; $number++) { print $number; $number++; } ?>
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. Which of the following must be installed on your computer so as to run PHP script?
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 difference between Indexed array and Associative array in PHP?
Q. _______ is the description of Error level E_ERROR in PHP.
Q. Which of the following built-in functions is used to add a value to the end of an array?
Q. What will be the output of the following PHP code ?
Q. From the following what statement is equivalent to $add+=$add ?
Discusssion
Login to discuss.