B
Q. What will be the output of the following PHP code ?
<?php $p = 20; $q = 20; if ($p = 12) $q--; echo $p; echo $q--; ?>
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 is the correct syntax of define() function in PHP?
Q. What is the return value of preg_match() function?
Q. What will be the output of the following PHP code ?
Q. Which is not a valid variable scope in PHP?
Q. Which of the following function is used to get the ASCII value of a character in PHP?
Q. The PHP Function which starts with Double Underscore Is called?
Discusssion
Login to discuss.