On 23 Jun 2003 at 13:22, CPT John W. Holmes wrote:

> The first two characters are opening up a PHP block of code, so you
> get a parse error. Either disable short open tags in php.ini, 

I don't have access to php.ini. Can I do this on a script by script
basis with

ini_set(short_open_tag, off)

Doug


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to