Hi,
I'm trying to run old script on a new server and it won't work. So after a bit of testing I realized that the variables that are in the URL are not understood by PHP scripts. For example I put the following test:
<a href="?test=OK">test</a>
<?
echo $test;
?>
So I expect to see 'OK' echoed when I click the link. I see OK in the URL but not on a page. Is it some sort of server setting? I am just moving to a new server.