For some reason my php doest want to read variables passed through get, for example the following code:
<?php
echo $hey;
?>
use to work if my url read test.php?hey=hi
however, on my website no variables can be read using the page.php?variable=value system
or am I doing something wrong?