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
Which variable declarations within a class is invalid in php?
When should you use a stored procedure?
What does explode do in php?
What does $_cookie mean?
What is session management php?
How escape single quotes php?
What are regular expressions in programming?
Explain about the data types in PHP?
What does trim () do in javascript?
What are php parameters?
Is null function in php?
Why and where do we use htaccess?
How to find the index of an element in an array php?
What is inheritance in php? How many types of inheritance supports php?
What is the difference between get and post in php?