Y
Q. What will be the output of the following PHP code ?
<?php $color = "red"; echo "$color"; echo "$COLOR"; echo "$Color"; ?>
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 is/are statement(s) true about PHP?
Q. Classes are the ___________ of objects.
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 is not a valid PHP superglobal variable?
Q. What is the result of the following PHP code?
Discusssion
Login to discuss.