What is the difference between echo and print statement?
Answer Posted / sunil kumar
echo can take multiple parameters but print cannot take
multiple parameters.The range of print is higher than
echo.Generally we use echo to print string data
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
my english is not too good then what we apply for a php programer post
How to delete an element from an array?
What is is_null() in php?
How to turn on the session support in php?
Explain what is the function file_get_contents() usefull for?
What is api used for?
How many ways to include array elements in double-quoted strings using php?
What is interface? Why it is used?
What is the php function that removes the first element of the array and returns it?
How to strip whitespace (or other characters) from the beginning and end of a string?
How to change the principal password?
Why php is used with mysql?
What is in a cookie?
What is the function used to change the root directory in PHP?
What is the alternative structure for control structures?