if(isset($_POST) && !empty($_POST))
{
// Something has been posted....
}
Otherwise, $_POST will not be set, or if it is set with the prepopulate all global vars, it will be an empty array. If something has been posted, (even on item), it won't be empty.