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. What will be the output of the following PHP code ?
Q. Which is/are the function(s) to check if the type of a variable is integer?
Q. what is the output of below program?
Q. Which is the correct example of an Indexed array in PHP?
Q. Which statement will output $x on the screen?
Q. Which is not a Built-in function for string in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which is the correct syntax of defining a default argument value in PHP?
Discusssion
Login to discuss.