Hello ppl,
I use to work on my php3.x and apache 1.3.x on my xp box with no problem, then I wanted to upgrade, so I simply uninstalled apache and php and installed php5 with apache2.
After doing that, for some reason variables cannot be changed! I did this:
<?
print "var = $var";
?>
Then when I open http://127.0.0.1/test.php?var=hi
I only get :
var =
With no value for the variable var! I had php scripts I made years ago and they worked fine when I had the 3.x, but not now!
I have no idea what the problem is, any help would be appreciated! Thanks in advance.
LD.