just moved our databases to a new server
running the latest version of php and mysql.
Expected to run into a lot of shit but none of that
until this little fucking issue came up. And im TIRED and
not in the fucking mood.
Everything works but for some reason php
doesnt allow me to pass variables through the url
(which is quite essential

)
www.bla.com/bla.php?var=hello
well..
content bla.php:
<?
echo $var;
?>
$var is empty instead of 'hello'.
How do i enable this and why the fuck is this disabled?