some questions ;)

have you tried accessing the script non-secure?
is php properly installed and running on your server?
did you restart the server after installing PHP?
are you using a different server to handle secure queries?
does that server have php installed and configured properly?

> -----Original Message-----
> From: James Rodenkirch [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] browser tries to download not display
> 
> I am having a problem - hopefully someone can help me :o)
> 
> I am trying to use a php document on a secure server, but instead of 
> displaying output from the script, it tries to download the file. Even 
> code this simple does it:
> <?php
> print("Hi");
> ?>
> 
> Thanks!!

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