You're right - that's it.
<?PHP
$var =($_GET["var"]);
echo "the var is $var";
?>
it works. I've worked on plenty of different servers and I haven't had to use the $_GET before. Where in the PHP configuration do i change this so that I don't have to go through 1000s of pages??
Thanks for the help so far.