Home / Programming MCQs / PHP MCQs / Question
R
Q. what is the output of below program?
<?php if($a=0){ echo "Sun"; } else{ echo "Moon"; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code ?
What does SPL stands for in Php?
What is the output of PHP code given below?
Which statement will output $x on the screen?
What will be the output of the following PHP code?
What will be the output of the following PHP code (if the date is 30th December 2021)?
What will be the output of the following PHP code ?
If your object must inherit behavior from a number of sources you must use a/an
Discusssion
Login to discuss.