On Fri, 27 Jul 2001 09:28, Kyle Smith wrote:
> how do i make it check if it was successfully printed?
>
>
> -legokiller666-
> http://www.StupeedStudios.f2s.com
> New address.... new site
>
> ICQ: 115852509
> MSN: [EMAIL PROTECTED]
> AIM: legokiller666
>
>
> ----- 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 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 PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, July 26, 2001 7:15 AM
> > Subject: [PHP] Big difference?
> >
> >
> > What is the difference between using
> > <?php
> > print "blah blah"
> > ?>
> >
> > and
> > <?php
> > echo "blah blah"
> > ?>

Check the return value from the function?

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   I hit the CTRL key but I'm still not in control!

-- 
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]

Reply via email to