You can specify different methods of variables by using the superglobal method like this:
if(isset($_POST[passedin])) {
.... the variable was send with the post method
}
other ones are:
$GET
$COOKIES
$SESSION
$REQUEST
is this what you are looking for ?