Eh... fai il form e poi per prima cosa fai un print_r del $_POST, così vedi i tuoi dati.
Poi fai un echo delle variabili nel $_POST nella forma che ti serve.
Es.:
dove $_POST['CATEGORIA] è il valore dell'input del formCodice PHP:
echo $_POST['CATEGORIA'] . "
";
<input type="text" name="CATEGORIA" value="" />