What is the Diff. Between echo() and Print() in PHP?
Answer Posted / ramesh kumar jayaraman
In Php echo is a statement..it doesn't return any
value...And It is faster
because it does not return any value, but print which
always returns 1 and 0.
The print acts like a function and it can be used in complex
expressions.
but echo can not be used in this way.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
When are you supposed to use endif to end the conditional statement?
How to create a web form?
What is the use of preg_match in php?
What is the difference between characters 34 and x34?
Xplain is it possible to use com component in php?
What is the use of friend function in php?
What is a variable cost example?
How do you end php?
What is session_register()?
What types of MYSQL function available for affecting columns
What is the meaning of a final class and a final method?
Write logic to print Floyd's triangle in PHP?
What is php7?
How does php and apache work?
What is the difference between query and question?