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
What is the use of "enctype" attribute in a html form?
Php being an open source is there any support available to it?
Which is faster for or foreach php?
What is use of in_array() function in php?
Where can I learn php?
Is it easy to learn wordpress?
How to execute a function in php?
Explain the three different kinds of Arrays?
What are the uses of implode() function?
What is the default session out time?
Is php pass by reference or value?
How do sessions work in php?
Where are sessions stored php?
What is the purpose of a query?
What is super keyword in php?