N
Q. What will be the output of the following PHP code ?
<?php $color1 = "red"; $color2 = "1"; $color3 = "grey" echo "$color1" + "$color2" . "$color3"; ?>
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 function is used to convert the ASCII value to the character?
Q. How many loops are there in PHP?
Q. What will be the output of the following PHP code?
Q. Which one the following comment is invalid in PHP?
Q. How many variable scopes are there in PHP?
Q. What will be the output of the following PHP code ?
Q. Which of the following php statement/statements will store 120 in variable n?
Discusssion
Login to discuss.