S
Q. What will be the output of the following php code?
<?php $num = 1; $num1 = 2; print $num . "+". $num1; ?>
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 not a valid PHP superglobal variable?
Q. What will be the output of the following php code?
Q. Which of the following is not a variable scope in PHP?
Q. Which of the looping statements is/are supported by PHP?
Q. 111. Which is the correct example of an Associative array in PHP?
Q. Which of the following symbol is used to add multiple line comments 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. <?php $a = 0; if($a = -1) { echo "Sun"; } else { echo "Moon"; } ?>
Discusssion
Login to discuss.