N
Q. What will be the output of the following PHP code ?
<?php $color1 = "1"; $color2 = "1"; echo "$color1" + "$color2"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Both POSIX regex and PERL regex are example of _____
Q. What is the extension of a PHP file?
Q. [:hello:] can also be specified as ___________
Q. Which data type is not supported by PHP?
Q. PHP’s numerically indexed array begin with position ___________ .
Q. How to define a function in PHP?
Discusssion
Login to discuss.