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
why did u want to leave your past organisation?
Explain mixed and callback functions?
For image work which library is used in php?
What are the different data types in javascript?
which will print out the php call stack?
How do you check is php not empty?
Tell me what is the difference between characters 34 and x34?
What are the functions of string?
How to call javascript function in php without any event?
What does PEAR stands for?
Explain some most commonly use string functions in php?
What is the goto statement useful for?
Which is faster for or foreach?
What are the string functions in php?
Write the statements that are used to connect php with mysql