what is the difference between echo and print in php?

When outputting something with PHP, we use print or echo functions.

what exactly is the difference between those functions?

manish

echo and print both used basicaly for out put,but by using echo we can get more than one output at a time.

Share Your Answers

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.