What is the Diff. Between echo() and Print() in PHP?
Answer Posted / kroonal
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an anti csrf token?
How to select a database?
Why php was called as personal home page?
List the different types of print functions available in php?
Tell me how can we pass the variable through the navigation between the pages?
What are the benefits of using php and mysql?
What is php session start?
What language is similar to php?
Is gender a dependent variable?
Explain me what is the importance of "method" attribute in a html form?
How can php and javascript interact?
Tell us what is the difference between session_unregister() and session_unset()?
What is member variable?
How to get a total number of rows available in the table?
How do you end a function in python?