Se fai un :

Codice PHP:
foreach($_POST as $key=>$value)
{
     echo 
"Campo: ".$key." - Valore: ".$value."
"
;

Puoi sapere che input e che valori vengono passati!

Poi da lì, puoi crearti le insert into che ti servono!