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
How do I run php?
What beforeFilter() is used?
Why does php start with variables?
What exactly is PHP?
What is escape data in php?
Tell me what are magic methods?
Write a php function to convert all null values to blank?
Does php pass arrays by reference?
What is difference between print and echo in php?
Is php an object or array?
What is difference between mysql_connect and mysqli_connect?
What is difference between include and include_once in php?
Is php a mvc?
What is php ci?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?