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
How to remove white spaces from the beginning and/or the end of a string in php?
Are php variables global?
What is different types of visibility?
What are the different tables(engine) present in mysql, which one is default?
Why php is better?
What is php oops concepts?
Why json is used in php?
Differentiate between require and include?
How long do php sessions last?
Tell me what types of loops exist in php?
What are examples of dependent variables?
Does php have future?
How to create an array in php?
How to write a program to make chess?
Do I need apache for php?