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 differen

RE: [PHP] Print vs. Echo

2001-01-18 Thread Jon Haworth
>From www.php.net/print : The print() function returns a boolean indicating the status of the call. If the write was successful, print() returns 1. If not, it returns 0. This can be used to detect when the client has closed the connection, and appropriate measures taken. The builtin echo does not