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 do you put a space in html?
What is a substring in php?
How to call a php function from another php file?
What distinguishes php from something like client side java script?
Can I run php without xampp?
What are different types of runtime errors in php?
Does php need a closing tag?
Tell me in php, objects are they passed by value or by reference?
What is instantiation?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What are the different filter functions used to filter a variable?
Explain what is the difference between session and cookie?
What is php explain how php works?
What is abstract class in php?
Why do we use htaccess