i just installed a new apache.X.X.XX and the php.4.3.0 on windows XP computer and i installed it correctly
first installed my apache then the php source copied into the directory.
then copy the php.ini-dist to windows and change name into php.ini and copy the file php4ts.dll to c:\windows\systems directory.
i start my apache and i work fine with php
i create a file named test.php with the csript like this
<? print $test; phpinfo(); ?>
so this means i have to print the value of test is i have it in the ur provided but if not it will not print anything but i did type in the url like this: http://localhost/test.php?test=test123
so the output should be
test123
then the phpinfo resule
but it just shows the phpinfo result without the parameter i passed form the url. so how can i fixed this kind of problem?