A
Q. What will be the output of the following PHP code ?
<?php $m = 8; echo $m = ++$m % 9 + ++$m; ?>
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 search pattern to find any character from the range 5 to 8?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to get the random number?
Q. String values must be enclosed in ......
Q. What will be the output of the following php code?
Q. Which of the following function is used to find files in PHP?
Q. What will be the output of the following PHP code ?
Q. Output of the following PHP code?
Discusssion
Login to discuss.