Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php $Name = "Rahul"; $Name = "Ajit"; echo "$Name"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
A member function usually access to members of the _______ object only
Which PHP function is used to get the value of PI?
Which of the following is the correct way of defining a variable in PHP?
what is the output of below program?
Discusssion
Login to discuss.