Re: [PHP] Big difference?

2001-07-26 Thread David Robley
gt; - Original Message - > From: "Schill, Johannes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 25, 2001 2:28 PM > Subject: Re: [PHP] Big difference? > > > Hello Kyle, > > > > The difference between echo

Re: [PHP] Big difference?

2001-07-26 Thread Kyle Smith
IL PROTECTED]> Sent: Wednesday, July 25, 2001 2:28 PM Subject: Re: [PHP] Big difference? > Hello Kyle, > > The difference between echo and print is that print returns a boolean value, > so you can check if "blah blah" was successfully printed. > > more info about thi

Re: [PHP] Big difference?

2001-07-25 Thread Alexander Wagner
Henrik Hansen wrote: > > The difference between echo and print is that print returns a > > boolean value, so you can check if "blah blah" was successfully > > printed. > > hmm isen't it always succesfull printed or did I miss something? IIRC print will return false if the connection is aborted

Re: [PHP] Big difference?

2001-07-25 Thread Nathan Cook
Not if there are syntax errors like misplaced quotes (", '). Nathan Cook [EMAIL PROTECTED] - Original Message - From: "Henrik Hansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 3:54 PM Subject: Re: [PHP] Big difference?

Re: [PHP] Big difference?

2001-07-25 Thread Henrik Hansen
[EMAIL PROTECTED] (Johannes Schill) wrote: > Hello Kyle, > > The difference between echo and print is that print returns a boolean value, > so you can check if "blah blah" was successfully printed. hmm isen't it always succesfull printed or did I miss something? -- Henrik Hansen -- PHP

Re: [PHP] Big difference?

2001-07-25 Thread Schill, Johannes
Hello Kyle, The difference between echo and print is that print returns a boolean value, so you can check if "blah blah" was successfully printed. more info about this: www.php.net/print www.php.net/echo Best regards, Johannes Schill - Original Message - From: "Kyle Smith" <[EMAIL PROT