What is the Diff. Between echo() and Print() in PHP?
Answer Posted / slm_nam
print() takes multiple arguments and
echo is just take one argument.
print() is a function but echo is statement
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How to read and display a HTML source from the website url?
What does sign mean php?
List types of array are available in php?
Tell me how do I check if a given variable is empty?
How to get the number of characters in a string?
How do I run php?
Write a program to display table of a number using php?
How can we execute a php script using command line?
What are headers in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How to download files from an external server with code in php?
What are the new features in php 7?
What language is php based on?
What is the advantage of runtime polymorphism?
Explain setcookie() function in php?