R
Q. What will be the output of the following PHP code?
<?php $x = 5; function myFunction(){ echo "Result $x"; } myFunction(); ?>
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 is the correct syntax of echo statement in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which of the following function is used to compute the difference between two arrays in PHP?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the correct way to create a function in PHP?
Q. What will be the output of the following PHP code ?
Q. Which is not a valid variable name in PHP?
Q. Which PHP function determines the last access time of a file?
Discusssion
Login to discuss.