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. String is placed within _____.
Q. Which is/are the function(s) to check if a numeric value is finite or infinite?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to sort an indexed array in descending order?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the correct way to open the file "sample.txt" as readable?
Q. What will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. Which one of the following regular expression matches any string containing zero or one p?
Discusssion
Login to discuss.