I know that this should be working the following little code:
<?php
echo(\"\$var=\".$var);
?>
with the querystring of \'?var=a\' how come it doesn\'t print. I just installed 4.2 or whatever the newest is and is there a bug or something I haven\'t read. Because I can get it with the $HTTP_GET_VARS[\'var\'] and it works fine, but I would like to use the simple form. Any help would be great!