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
Tell me what is the main difference between require() and require_once()?
How can we make a constant in php?
What is php and why we use it?
Do you know how to enable error reporting in php?
Why is php used?
How to break a file path name into parts?
Difference between get and post method.
Why does php need server?
What is csrf token and how it works?
What is the difference between pop3 IMAP and MAPI?
Code to open file download dialog in PHP?
How many days will it take to learn php?
How can we know the total number of elements of Array?
How to return a value back to the function caller?
What are the differences between mysqli_connect and mysqli_pconnect?