R
Q. what is the output of below program?
<?php $a = 0; if($a = $a +1 ) { 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 code?
Q. What will be the output of the following PHP code?
Q. Which one of the following function is used to remove blank space in a String?
Q. What will be the output of the following PHP code ?
Q. Which of the following is used to display the output in PHP?
Q. What will be the output of the following php code?
Q. In PHP there are ____ error levels.
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.