[PHP]echo and print

hi I’m new to PHP, can someone tell me what’s the difference between echo() and print()? Which one should I use if I want to send back a message to Flash?

http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40

basically there’s no difference, at least for what most of us will be using it for.

print is a function, echo is not. It can be evaluated.