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. Strstr() function allow us to select a substring by its ______
Q. PHP statements end with a ______.
Q. What will be the output of the following PHP code ?
Q. A PHP integer data type can store values between ____.
Q. What will be the output of the following PHP code ?
Q. Which the following is the correct way to define a constant?
Q. Which is/are valid types of arrays in PHP?
Q. What will be the output of the following PHP code?
Discusssion
Login to discuss.