B
Q. What will be the output of the following PHP code ?
<?php $p = 8; $r = 7; $q = 15; $s = $p + $r == $q; print $s; ?>
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. The PHP Function which starts with Double Underscore Is called?
Q. What will be the output of the following PHP code ?
Q. Which statement will output $lfc on the screen?
Q. Exception handling was added with ______ version of PHP.
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 the correct way to print "Hello World" in PHP?
Discusssion
Login to discuss.