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"
?>


-legokiller666-
http://www.StupeedStudios.f2s.com
New address.... new site

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666





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