[PHP] Print vs. Echo

2001-01-18 Thread Karl J. Stubsjoen

What is the basic difference between print and echo?  As I am understanding
it, Echo allows you to define a multi-line area to output text without
having to repeat quoting for each line but then what is the advantage of
print?

Thanks!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Print vs. Echo

2001-01-18 Thread Philip Olson


Have a look here :

What is the difference between echo and print?:
---
http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/41


Philip

On Thu, 18 Jan 2001, Karl J. Stubsjoen wrote:

 What is the basic difference between print and echo?  As I am understanding
 it, Echo allows you to define a multi-line area to output text without
 having to repeat quoting for each line but then what is the advantage of
 print?
 
 Thanks!
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]