R
Q. what is the output of below program?
<?php $a = 0; if($a > 1 ); { echo "Sun"; } echo "Moon"; ?>
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. How to define a function in PHP?
Q. To generating unique ids which PHP function is used?
Q. Which of the following starts with __ (double underscore) in PHP?
Q. Which of the conditional statements is/are supported by PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Discusssion
Login to discuss.