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
Is it worth learning php in 2019?
Explain what does the expression exception::__tostring means?
Tell me how is it possible to propagate a session id?
How to register a variable in PHP session?
What is the difference server side and browser side validation?
What is the use of nl2br() in php?
How does firefox manage cookies?
What is mvc php?
What is a php object?
How do you check if a variable has been set in php?
What is the function func_num_args() used for?
How to get the number of characters in a string?
How be the result set of mysql handled in php?
What is the expansion of LAMP?
Which framework is best for php?