S
Q. What will be the output of the following PHP code ?
<?php for ($n = 10; $n < 45; $n++); print $n; ?>
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 are the metacharacters in PHP Regular Expression?
Q. What is the use of PHP "continue" statement?
Q. Which of the following function is used to find files in PHP?
Q. Which PHP function is used to get one or more random keys from an array?
Q. Which of the below statements is equivalent to $sum+= $sum ?
Q. What will be the output of the following php code?
Q. The term PHP is an acronym for PHP:_______________.
Discusssion
Login to discuss.