fai così:

echo "<pre>";
print_r($_POST);
echo "</pre>";

ti stampa tutta la struttura dell'array così ti vedi tutte le chiavi e tutti i valori.
ciao