[PHP-WIN] Re: Re: Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Fester
"Stuart Dallas" <[EMAIL PROTECTED]> wrote in message news:ae3dq7$50l$[EMAIL PROTECTED]... > On Tuesday, June 11, 2002 at 3:39:21 AM, you wrote: > > Thank you very much. I see that I must access variables using $_POST['var'] > > syntax. I'm disappointed that variable access appears not to be bac

[PHP-WIN] Re: Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Fester
Thank you very much. I see that I must access variables using $_POST['var'] syntax. I'm disappointed that variable access appears not to be backward compatible to earlier versions fo PHP, but such is life. Thank you again, Fester "Stuart Dallas" <[EMAIL

[PHP-WIN] Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Fester
s. I hope that someone can contribute an answer to this. Regards, Fester "Gonik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Recently i needed to format my HDD, because of some problems.. > When I reinstalled WinXP Pro (and IIS

[PHP-WIN] Re: Installing on Apache 2 with PHP

2002-06-09 Thread Fester
I am running a similar configuration. My httpd.conf contains: LoadModule php4_module E:/PHP-4.2.1-Win32/sapi/php4apache2.dll AddType application/x-httpd-php .php AddType application/x-httpd-php .php Obviously, your path to php4apache2.dll will be different. Good luck, Fester "Ben

[PHP-WIN] Re: Form Problem

2002-06-09 Thread Fester
Some further details. My server config is: Apache/2.0.36 (Win32) DAV/2 PHP/4.2.1 Thanx again, Fester "Fester" <[EMAIL PROTECTED]> wrote in message advn6h$9bi$[EMAIL PROTECTED]">news:advn6h$9bi$[EMAIL PROTECTED]... > Hi, > > I am having the same problem, and ca

[PHP-WIN] Re: Form Problem

2002-06-09 Thread Fester
Hi, I am having the same problem, and can reproduce it with a simple test script. When a user name and password are entered, the phpinfo output shows that it is a POST method with an empty _SERVER[argv] array. I have verified that register_globals is set to "on" in my php.ini. My test program