Home / Programming MCQs / PHP MCQs / Question
Y
Q. What will be the output of the following PHP code ?
<?php $color1 = "red"; $color2 = "green"; echo "$color1" + "$color2"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is a built-in function in PHP that adds a value to the end of an array?
What will be the output of the following PHP code?
What is the return value of preg_match() function?
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 ?
_______ is the description of Error level E_ERROR in PHP.
Discusssion
Login to discuss.