f_it wrote in php

Mixing POST and GET in the same page

Is it possible to POST information in a form to a page that is already using the GET protocol? (such as posting to /index.php?do=whatever)

I'm pretty sure its possible, but I can't seem to figure out how to do it or word it correctly enough to google it.

Already checked PHP manual... any help would be appreciated.