N
Q. What will be the output of the following PHP code ?
<?php $one = "Hello"; $two = "World"; echo "$one$two"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. A variable declared outside a function has a ____.
Q. What is the opposite function of explode()?
Q. What will be the output of the following PHP code ?
Q. Who is known as the father of PHP?
Q. We can use _________ to comment a single line? 1. /? 2. // 3. # 4. /* */
Q. Which is the correct way to call a method?
Q. What is the use of PHP sort() function?
Q. Which PHP function(s) is/are used to compare arrays and returns the differences?
Discusssion
Login to discuss.