When you send a HTTP Request to the URL, you get the HTTP Response Headers:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
Date: Sat, 30 Jun 2007 14:28:56 GMT
Content-Type: application/octet-stream
Accept-Ranges: bytes
Last-Modified: Fri, 29 Jun 2007 12:53:49 GMT
ETag: "1077a4894cbac71:3202"
Content-Length: 7111
Notice:
Content-Type:
application/octet-stream
Accept-Ranges: bytes
It does not look like your server is not sending out the correct response headers. Its treats the PHP files as a download.
Is PHP even set up on the server? Have you tried other PHP scripts successfully?
Reputation Points: 457
Solved Threads: 101
Nearly a Posting Virtuoso
Offline 1,250 posts
since Sep 2005