"All I have to do is put a $ infront of the varable I want to grab"
...and that will not always work because that is the wrong way to do it.
The correct way is by accessing the $HTTP_POST_VARS and $HTT_GET_VARS arrays (which will be called $POST and $GET in PHP 4.1.1+)