@!#$, no. I'll explain again:
POST METHOD + PHP 4.1.1 or lower
<B>$HTTP_POST_VARS["variable_name"]</B>
GET METHOD + PHP 4.1.1 or lower
<B>$HTTP_GET_VARS["variable_name"]</B>
POST METHOD + PHP 4.1.2 or greater
<B>$_POST["variable_name"]</B>
GET METHOD + PHP 4.1.2 or greater
<B>$_GET["variable_name"]</B>
Sorry for the double post. Just woke up half an hour ago... i'm not a person at the moment. :-)
fLIPIS