What is the Diff. Between echo() and Print() in PHP?
Answer Posted / nikunj
echo() have multiple arguments whereas print() have one
arguments. echo() have not any return value whereas print()
return 0 or 1 as per success
| Is This Answer Correct ? | 83 Yes | 10 No |
Post New Answer View All Answers
What is difference between session_unset and session_destroy?
How easy is php?
Explain why would we use === instead of ==?
Is empty check in php?
How will you calculate days between two dates in PHP?
Tell me how do I escape data before storing it into the database?
Explain the difference between session and cookies in php?
Write a program to display a table of any given number?
What is the use of ajax in php?
Do you know when sessions ends?
Tell me what is the difference between unset() and unlink()?
What is the difference between get & post ?
What is the difference between myisam and innodb?
How to execute a php script from the command line?
Is set in php?