adspace
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
What is trait in php?
How to create a web form?
What is the difference between htmlentities() and htmlspecialchars()?
Explain me is it possible to destroy a cookie?
What sized websites have you worked on in the past?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What is the current stable version of php? What advance thing in php7?
What does $_files means?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
sort term descripttion form, report and uery
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Tell me what kind of things have you done on the social side?
List some features of php that are deprecated in php7?
Name and explain five of the PHP error constants?
How to calculate the difference between two dates using php?