ok, so when I submit data to $PHP_SELF i am using $_POST['formfieldname'] to get that data, at the same time I want to be able to use a post or a get command in order to get the data, so my question is, is there a combination of the two under a different name. In otherwords is there a way that I can allow my form to interpret both post and get commands?
-JPS