S
Q. What will be the output of the following PHP code ?
<?php $p = 0; for(++$p; ++$p; ++$p) { print $p; if ($p == 6) break; } ?>
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 will be the output of the following PHP code?
Q. Which of the following is used to create a session?
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 function in PHP can be used to test the type of any variable?
Q. _______ character do the error _reporting directive use to represent the logical operator NOT.
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 built-in functions is used to add a value to the end of an array?
Discusssion
Login to discuss.