My server uses globals so, unfortuantely, $_GET['MyVar'], $_POST['MyVar'] and $MyVar all mean the samething.

There is no way I can get them to disable this (as was the same on all other hosts I've belonged to).

Is there a way to disable this locally? i.e. inside of my PHP file?

Thanks!