[EMAIL PROTECTED] (Kyle Smith) wrote:

 > What is the difference between using 
 > <?php
 > print "blah blah"
 > ?>
 > 
 > and 
 > <?php
 > echo "blah blah"
 > ?>

print is a simple function that outputs what it's got in, where as
echo more or less is the same but can take more paremeters, look at
their manual pages for more information.

-- 
Henrik Hansen

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