Re: [PHP-WIN] Re: PHP as ISAPI on IIS 5.0/win2k server

2001-11-20 Thread Thomas Juntunen
your opinion of IIS. The shop I work for was IIS based before I worked here and does not offer me any choice in the matter. Many people are in that situation as well. So enjoy the fact you can run demonstrably better web server software, but don't condemn others without more facts. Thomas

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Thomas Juntunen
s done: \n"); print("Name: $UploadedFile_name \n"); print("Size: $UploadedFile_size \n"); print("Type: $UploadedFile_type \n"); print("\n"); } ?> HTH, Thomas Juntunen Network Administrator Creative Resourc

Re: [PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Thomas Juntunen
On 11/02/01 08:58, "Ross Fleming" <[EMAIL PROTECTED]> wrote: > How do you do the same in Apache out of interest?.. > > Thomas Juntunen wrote: >> >> On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote: >> >>> Why does IIS

Re: [PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Thomas Juntunen
and make sure the box for "Check if file exists" is checked. Then you will get a standard 404 error for nonexistent files. I also suggest reading: http://www.php.net/manual/en/features.error-handling.php To see what else you can do about controlling errors and their output. HTH, T