Hey All,
I just reinstalled my Apache server, MySql and Php as my computer suffered a fatal crash. I had it all working fine last time but this time it wont accept url variables
e.g.
http://localhost/test.php?test_var=3
and test.php just echos $test_var
echo "test_var = ".$test_var."<br>";
I get:
test_var =
Any Ideas ?? Its so long since I installed it first time, Im sure there is a simple solution but I just cant remember!
Thanks
Al