WOW, I'm surprised to learn this as I display MANY html tags using echo and
it works great.

The info below is totally incorrect, echo will send out html tags no
problem.

John Guynn

This email brought to you by RFCs 821 and 1225.


-----Original Message-----
From: kaab kaoutar [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 12:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Echo and Print



print is a function where u can add html tags like
print("<br><b> hello $name") however echo is a command where we can't 
include html tags ! echo "hello".$name

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