Re: [PHP-WIN] $PHP_SELF not producing the goods.

2001-03-07 Thread Jess Perez
That is correct you need to use the php.exe in the sapi directory because it is compiled with "force redirect paramater". Thanks people. Regards Jess ""Jess Perez"" <[EMAIL PROTECTED]> wrote in message 97r145$nc9$[EMAIL PROTECTED]">news:97r145$nc9$[EMAIL PROTECTED]... Hi, I am using PHP4.0.4pl

Re: [PHP-WIN] $PHP_SELF not producing the goods.

2001-03-05 Thread Markus Wagner
I used the binary from www.php4win.de an all worked very fine. Attention: use the php.exe in the ISAPI-Directory not in the root-Directory, because of the cgi-redirect option. Jess Perez wrote: > > Hi, > I am using > PHP4.0.4pl1 in cgi mode > Apache 1.3.14 > WIN2000 > > I point my browser at w

RE: [PHP-WIN] $PHP_SELF not producing the goods.

2001-03-05 Thread Michael Rudel
March 03, 2001 4:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] $PHP_SELF not producing the goods. Hi, I am using PHP4.0.4pl1 in cgi mode Apache 1.3.14 WIN2000 I point my browser at www.domain.com/phpinfo.php and the $PHP_SELF variable to contains "/php/php.exe/phpinfo.php"

[PHP-WIN] $PHP_SELF not producing the goods.

2001-03-03 Thread Jess Perez
Hi, I am using PHP4.0.4pl1 in cgi mode Apache 1.3.14 WIN2000 I point my browser at www.domain.com/phpinfo.php and the $PHP_SELF variable to contains "/php/php.exe/phpinfo.php" instead of just "phpinfo.php". Anyone know what is causing this and how to correct it? The manual says it is supposed