Look;s like he has short_open_tags = on in php.ini, BUT, as I understand
it, this is a supplemental setting, meaning that it does not disable the
use of the (proper) <?php tags, it simply ADDS the use of <? to your
options.
Thus, I don't think it's because of the tags that the script won't run
on your server, it must be something else.

Have you checked that the xxx.php file has execute permissions on your
server?

Also, what (if any) errors does PHP/Browser report?
 
On Wed, 2003-07-30 at 08:45, Dan Anderson wrote:
> I have a client who had me upload a relatively simple script to his
> server.  Oddly, it does not work there but works every where else I test
> it.  AND he has other PHP scripts running on his server.
> 
> So I checked out his server and all scripts are of the form:
> 
> <? start_session() ?>
> 
> // HTML HERE
> 
> <?
> // some functionality
> 
> ?>
> 
> versus my scripts as
> 
> <?php
> 
> ?>
> 
> Why would this affect things?
> 
> -Dan
> 


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

Reply via email to