"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
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
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
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
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
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