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
Q. What is the value of $a and $b after the function call?
Q. What is the result of the following PHP code?
Q. Who among this is the founder of php language?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Controller functions are used to access and update the database in php framework.
Q. PHP function which will return true if a variable is an array or false if it is not an array.
Q. What will be the output of the following PHP code?
Q. What is the use of PHP "continue" statement?
Q. Which one of the following regular expression matches any string containing zero or one p?
Discusssion
Login to discuss.