On Thursday 22 February 2001 12:14, PHPBeginner.com wrote:
> if it is in html then do this:
>
> <?
>
> but if you are using PHP then echo '<?' will work perfectly.

No.
echo '<?' will ensure that the stuff is not parsed, but the browser will 
not evaluate it (unknown tags are ignored). So &lt; or echo '&lt;' is 
needed.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Drink wet cement. Get stoned.

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