What is the Diff. Between echo() and Print() in PHP?
Answer Posted / rockesh ronith
print() is a function but echo is a output statement for
print something......Where echo accept a multiple parameter
and print does not support multiple parameter..............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I include php in javascript?
What is the best way to avoid email sent through php getting into the spam folder?
How to get length of an array in PHP?
How we get browser details of clients machine?
Why constructor is not overridden?
Is php a web server?
How to remove duplicate values from php array?
Can I learn php without knowing c?
What is cookie in php with example?
What is the name of the scripting engine that powers PHP?
What is singleton class in php?
What is htaccess? Why do we use this and where?
How be the result set of mysql handled in php?
What is advanced php programming?
What is difference between include,require,include_once and require_once()?