Re: [PHP] Why wouldn't a simple script work on my server thatworks on other servers?

2003-07-30 Thread Dan Anderson
> Also, what (if any) errors does PHP/Browser report?

That's the really bizarre thing.  It spits out the entire PHP code as
the web page.  The browser then tries to render it and can produce some
really humourous results.

And execute permissions shouldn't matter, right?

-Dan


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



Re: [PHP] Why wouldn't a simple script work on my server thatworks on other servers?

2003-07-29 Thread Petre Agenbag
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)  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:
> 
> 
> 
> // HTML HERE
> 
>  // some functionality
> 
> ?>
> 
> versus my scripts as
> 
>  
> ?>
> 
> Why would this affect things?
> 
> -Dan
> 


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