[PHP-WIN] IIS 5.0 Upload problems

2004-05-28 Thread Will
Hello all, I am using IIS5.0 on windows 2000 advanced server and I am having problems with uploading photos to the web. It says that it cannot copy from temp folder. It there an easy fix for this?? - Do you Yahoo!? Friends. Fun. Try the all-ne

Re: [PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Tony Moore
Hi, yes I have, when i start up apache from the command line, it says that apache 1.3.27 and php 4.3.6 are running. I added the mime type directives to httpd.conf yes. The error i am getting right now, is no longer trying to download the file instead of rendering the page, the error message I'm

Re: [PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Trystano
There is obviously an error with you Apache configuration as the server is not recognising the file type, and thus is trying to download it. Have you inserted the Mime-type in the Apache httpd config file? Tryst

Re: [PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Tony Moore
Thanks Dave, I tried this, and am now getting a slightly different error message, 'you don't have permission to access /hello.php on this server. Is there some permission settings I should be aware of? thanks for the info. -- - Original Message - DATE: Fri, 28 May 2004 15:03:0

[PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Dave Grijalva
try forcing an html header: header('Conent-Type: TEXT/HTML'); you want apache to recognize .php, but the browser should still see it as html (or xml or whatever format you want to use). -dave Tony Moore wrote: Hi, hoping someone can point me to the correct part of the FAQ or otherwise help me sol

RE: [PHP-WIN] PHP GET VARIABLES

2004-05-28 Thread Svensson, B.A.T. (HKG)
Yeah, that's it. Thanks for the correction. -Original Message- From: Jordi Canals You mean: setting register_globals = on, safe_mode is off by default. Svensson, B.A.T. (HKG) wrote: > Oh, forgett, I believe if you turn off safe mode, then you can access -- PHP Windows Mailing List (h