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 php 4 and php 5?
How can we determine whether a php variable is an instantiated object of a certain class?
What is the difference between $argv and $argc? Give example?
What is a query give example?
How do I get csrf token?
Whether php supports microsoft sql server?
What is difference between require_once(), require(), include()?
Is it possible to protect special characters in a query string?
How do I use isdigit function?
What is cookie and why do we use it?
What are static variables in php?
How can we enable error reporting in php?
Which library is used in php to do various types of image work?
What is php data type?
What is form submission?