RE: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread Jon Haworth
> >have you tried it with a > > PERL-style shebang line at the top of your scripts? Give something like: > > > > #!/usr/bin/php -q > > On a WinNT/IIS box? I'll try, but never read anything like this... Ah yes, good point :-) Your path may be more like c:\progra~1\php\php.exe -q I don't ev

Re: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread mweb
First of all, thanks to John, Emek and Phil. Glad to see unanimity about it being a server config problem. However: I have tried .php and .php4 extension without any luck. Didn't try .php3 because was giving for granted their setup is newer than two years ;-)) OK, I'll try that too >have y

RE: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread Jon Haworth
It depends on how the server has PHP configured... have you tried it with a PERL-style shebang line at the top of your scripts? Give something like: #!/usr/bin/php -q a go, and see if you get any joy (you may need to play with the path) Failing that, email the sysadmin for the server and ask hi