Se fai un :
Puoi sapere che input e che valori vengono passati!Codice PHP:
foreach($_POST as $key=>$value)
{
echo "Campo: ".$key." - Valore: ".$value."
";
}
Poi da lì, puoi crearti le insert into che ti servono!
Se fai un :
Puoi sapere che input e che valori vengono passati!Codice PHP:
foreach($_POST as $key=>$value)
{
echo "Campo: ".$key." - Valore: ".$value."
";
}
Poi da lì, puoi crearti le insert into che ti servono!