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
Is php free to use?
What is difference between static and constant?
Is it more secure to use cookies to transfer session ids?
Code to upload a file in PHP?
How easy is php?
In how many ways we can retrieve the data in the result set of mysql using php?
How to check a variable is an array or not in php?
What is difference between compile time and run time polymorphism?
Why is overriding runtime?
What is the use of the function htmlentities?
Explain the difference between $message and $$message?
Where is session value stored?
What is ltrim?
How To Get the Uploaded File Information in the Receiving Script?
Write down the code for save an uploaded file in php.