What is the difference between echo and print statement?
Answer Posted / ashu_deepu
i want to add one more thing to what roshan have said.
echo does not return anything.
but print return either true or false.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I install php and apache on windows 10?
What is pdo in php why use?
What is array filter in php?
What is php built on?
List functions available to sort an php array?
Explain me what is the meaning of a persistent cookie?
What is the function mysql_pconnect() usefull for?
What is the super method?
What is ci in php?
Write an example to remove html tags from a string in php?
What is super keyword in c++?
Explain about objects in PHP?
What version of php do I have windows?
How to get the total number of values in an array?
How is it possible to cast types in php?