R
Q. what is the output of below program?
<?php $a = 0; 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
Be the first to start discuss.
Q. What will be the output of the following PHP program?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the Release date of latest version (7.2) of php?
Q. ______ is used to unset a variable in PHP ?
Q. PHP runs on which platform?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to return the current element in an array?
Discusssion
Login to discuss.