M
Q. What will be the output of the following PHP code ?
<?php $str = 'Hello'; echo 'World{$str}PHP'; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which of the following is not valid PHP code?
Q. Stristr() is same to Strstr() except that ______
Q. what is the output of below program?
Q. What is the use of PHP $_SERVER variable?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the correct use of the strcmp() function in PHP?
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Discusssion
Login to discuss.