Re: [PHP-WIN] $PHP_AUTH_USER

2001-11-12 Thread morten
Hi again, Cool, where do you find out those things. (emty instead of !isset). Is it possible at php.net? Meantime I also find som exsamples at webmonkey.org. They turn out to be good. And they - use 'isset' You're authorized!"; exit; } else { header('WWW-Authenticate: Basic realm="My P

[PHP-WIN] Re: Include files seem sqiffy

2001-11-12 Thread Jason Bourne
if you have installed php on windows i have to disapoint you: remote include files do not work on windows. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to install a php/mysql board but get warnings about > Undefined variable: . > It appears to be

Re: [PHP-WIN] PHP4 and IIS 5.1 Issues...

2001-11-12 Thread AS
Thank you very much! I think I'll switch to CGI... I don't like it very much tho... :( Oh well... I suppose it's the price to pay for having a M$ server >:( "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I think you are just suffering from t

[PHP-WIN] Changing the default user

2001-11-12 Thread Daniel Parsons
Can anyone tell me how to run php.exe as a user other than IUSR_? I want to write a script that displays a partial (filtered) directory listing to any user that arrives at the site but we also need to have IIS authenticated access to the whole directory so I can't give the anonymous Internet user

php-windows Digest 13 Nov 2001 02:41:57 -0000 Issue 851

2001-11-12 Thread php-windows-digest-help
php-windows Digest 13 Nov 2001 02:41:57 - Issue 851 Topics (messages 10358 through 10368): Re: PHP4 and IIS 5.1 Issues... 10358 by: Phil Driscoll Re: Instalation Problem 10359 by: PHPGalaxy.com 10360 by: Phil Driscoll 10361 by: PHPGalaxy.com Re: $PHP_AUTH_U

RE: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

2001-11-12 Thread Ross Fleming
LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php not php4. -Original Message- From: Ouster [mailto:[EMAIL PROTECTED]] Sent: 12 November 2001 21:49 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

RE: [PHP-WIN] $PHP_AUTH_USER

2001-11-12 Thread Ross Fleming
"; echo "You entered $PHP_AUTH_PW for a password."; } ?> -Original Message- From: morten [mailto:[EMAIL PROTECTED]] Sent: 12 November 2001 17:13 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] $PHP_AUTH_USER Hi, Yes the first one worked, but now I'm having trouble withe this one. How

[PHP-WIN] Include files seem sqiffy

2001-11-12 Thread user
I am trying to install a php/mysql board but get warnings about Undefined variable: . It appears to be linked to the use of include files. Are these somewhat different under Doze? I'm a bit of a newbie with php but it does appear some php code needs tweaking to work in windows. Any pointers g

[PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

2001-11-12 Thread Ouster
Do I need all the lines that load .c files? Is it not enough to load only .so files? I receive an error, after I wrote LoadModule php4, because there is a ClearModuleList instruction that (I think) removes what I loaded. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] W2K SP2 MDAC 2.5

2001-11-12 Thread ckieninger
hey, does anybody knows why database modules are not loadable with W2K SP2 MDAC 2.5? Christian [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-WIN] $PHP_AUTH_USER

2001-11-12 Thread morten
Hi, Yes the first one worked, but now I'm having trouble withe this one. How come? All these headers and $ have been a bit buggy... "; echo "You entered $PHP_AUTH_PW for a password."; } ?> Morten "Morten" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread PHPGalaxy.com
Actually it is, for certain functions. I have it runnign on a Compaq on Win2k with Sambar Server, any time phpinfo() is called, click! instantly shuts the computer off. also happens with one older version of phpMyAdmin. But, if php.exe absolutely won't work, and you *have* to get it running on Win

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread Phil Driscoll
On Monday 12 November 2001 11:08 am, PHPGalaxy.com wrote: > I use to get this too, from the EXE version of php. I've never used IIS, > but see if IIS can handle ISAPI extensions, and read up to figure out how > to use the ISAPI php instead (uses php4isapi.dll, as opposed to php.exe) I wouldn't go

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread PHPGalaxy.com
I use to get this too, from the EXE version of php. I've never used IIS, but see if IIS can handle ISAPI extensions, and read up to figure out how to use the ISAPI php instead (uses php4isapi.dll, as opposed to php.exe) - Tim -- >From PHPGalaxy.com, earn up to $10 per order selling our PHP Scri

Re: [PHP-WIN] PHP4 and IIS 5.1 Issues...

2001-11-12 Thread Phil Driscoll
I think you are just suffering from the usual php isapi module instability. Either switch to using php as a cgi or, if you must use php as a module, change from IIS to apache. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

php-windows Digest 12 Nov 2001 11:00:48 -0000 Issue 850

2001-11-12 Thread php-windows-digest-help
php-windows Digest 12 Nov 2001 11:00:48 - Issue 850 Topics (messages 10350 through 10357): Re: $PHP_AUTH_USER 10350 by: Ross Fleming 10356 by: morten pgsql.dll 10351 by: Tom Gordon 10353 by: David Broker Get Unbelieveable Artwork At No Cost To You + A Free

Re: [PHP-WIN] Instalation Problem

2001-11-12 Thread Phil Driscoll
On Saturday 10 November 2001 8:00 pm, Chris Martinez wrote: > I just installed php on my Windows 2000 box which is using IIS 5. The > install seems to have run fine, however anytime I try to launch a php page > I get a popup that says: > > php.exe - application error > The instruction at "0x10032

Re: [PHP-WIN] $PHP_AUTH_USER

2001-11-12 Thread morten
Hi Ross, Thanks a LOT. It worked when I shifted to the LoadModule script. In all the danish sites where they wrote about php/apache they use the old script. How come if it is not working with headers? Morten "Ross Fleming" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED]... > Y