R
Q. How many loops are there in PHP?
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. Which PHP function is used to create an array?
Q. What will be the output of the following PHP code ?
Q. <?php $a = 0; if($a = -1) { echo "Sun"; } else { echo "Moon"; } ?>
Q. Default file extension of php file is
Q. Which is the correct example of an Indexed array in PHP?
Q. What will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. What is the result of the following PHP code?
Q. what is the output of below program?
Q. Which sign is used to access variable of variable in PHP?
Discusssion
Login to discuss.