ok I have a fresh install of PHP/Apache on winXP. but for some reason it will not accept variables.I have tried having them posted in a form and tried: phpfile.php?variable=fun
and then $variable is not = fun.... so I dont know what setting to change... This has appeared on 2 different boxes (both same setup using Apache/1.3.24
You might want to check your PHP versions.
Variables have to be got using $GET or $POST instead of just the variable.
This change was implemented in 4.23 I think, as I had this problem on my machine when I upgraded.
Br
Jamie