What is the difference between Echo and Print?
http://www.php.net/print
http://www.php.net/echo
Can you tell now?
If not.. http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40
ah, so echo is slightly faster just because it has no return value? Thanks for help.
Yep.
thanks