S
Q. What will be the output of the following PHP code ?
<?php $Country1 = "INDIA"; $Country2 = "INDIA"; echo "$Country1" + "$Country2"; ?>
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 is the output of PHP code given below?
Q. String is placed within _____.
Q. Which is/are the function(s) to check if the type of a variable is integer?
Q. Which one of the following regular expression matches any string containing zero or one p?
Q. Which of the following function is not listed in PHP6?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following php code?
Q. Which of the following is used for concatenation in PHP?
Q. What will be the output of the following PHP code?
Q. Which of the following is the default file extension of PHP files?
Discusssion
Login to discuss.