While working on one server and connecting to a URL such as myscript.php?var=this I can use code like this:
PHP Code:
<?
echo $var; // Echos this
?>
and it works fine. However, on another server if I put the same code and same URL syntax I get nothing. What is wrong on the second server?