N
Q. What will be the output of the following PHP code?
<?php $var = "YELLOW"; $var1 = $var[5]; echo "$var1"; ?>
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 can be the value of case-insensitive parameter in define() function?
Q. What is the correct syntax of echo statement in PHP?
Q. Which is the right way of declaring a variable in PHP?
Q. Classes are the ___________ of objects.
Q. What is the scope of a constant in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Discusssion
Login to discuss.