What is the difference between echo and print statement?
Answers were Sorted based on User's Feedback
Answer / rashmi bajpai
echo and print both are language construct. print always
return boolean value. we can acts it as a function but we
can't use echo as a function.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the importance of parser in php?
What is different types of visibility?
How can you send http header to the client in php?
What is the major php security hole? How to avoid?
Tell me what should we do to be able to export data into an excel file?
What is full form of php? Who is the father or inventor of php?
Tell me what does pear stands for?
Where are the session values stored?
Explain about Functions in PHP?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
Why php is used in html?