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
What are the disadvantages of php?
Where session is stored?
Which is variable cost?
Explain php split() function.
Explain the difference between require() and require_once()?
Do you know what is use of count() function in php?
What does $_env means?
Why do we show php code in browser?
What does addslashes do in php?
What is printf in php?
What is difference between rest and http?
What is the best way to test the strpos() return value in php?
How to avoid the undefined index error?
What is the php function that removes the last element of the array and returns it?
What is difference between get and post in php?