B
Q. What will be the output of the following PHP code ?
<?php $p = 20; $q = 10; if ($p || ($q = $p + 10)) { echo "True"; } 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. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Exception handling was added with ______ version of PHP.
Q. The PHP Function which starts with Double Underscore Is called?
Q. Which PHP function modifies the timestamp?
Q. Which of the looping statements is/are supported by PHP?
Q. What will be the output of the following PHP code ?
Q. PHP runs on which platform?
Discusssion
Login to discuss.