looks like ur php installation does not have proper server-side api support.
so http parameters are not passed into php.exe
try add some lines in apache 2.0's configure file httpd.conf
like the same lines in apache 1.3
ScriptAlias /php/ "c:/php/php-4.3.10-Win32/"
AddHandler php-script .php
Action php-script "/php/php.exe"
if still php can not get the input http variables, back to latest apache 1.3.x.
nothing wrong with those stupid php code. sure it is the installation/setup ruins all fun of it.
btw, do u know php later versions 4.3.x and 5.0/1 does not support apache 2.0 yet?
so http parameters are not passed into php.exe
try add some lines in apache 2.0's configure file httpd.conf
like the same lines in apache 1.3
ScriptAlias /php/ "c:/php/php-4.3.10-Win32/"
AddHandler php-script .php
Action php-script "/php/php.exe"
if still php can not get the input http variables, back to latest apache 1.3.x.
nothing wrong with those stupid php code. sure it is the installation/setup ruins all fun of it.
btw, do u know php later versions 4.3.x and 5.0/1 does not support apache 2.0 yet?