What is the Diff. Between echo() and Print() in PHP?
Answer Posted / suresh.chaluvadi
when u use print(),a value of 1 or 0 will be returned upon
success or failure of the the print command.where as echo()
just does what its told without letting u know whether or
not it worked properly.
| Is This Answer Correct ? | 126 Yes | 13 No |
Post New Answer View All Answers
What are the difference between array_keys() and array_key_exists() in php?
Is python similar to php?
Who is the father of php?
What are the features of php 7?
Are php sessions secure?
What is strstr php?
Tell me how comfortable are you with writing html entirely by hand?
Why php language is used?
How to download files from an external server with code in php?
What is mod_php?
Explain the difference between static and dynamic websites?
How to convert a string to lowercase in php?
What is the difference between require_once and require in php?
How can php and html interact?
What are the advantages of triggers in php?