I have several $_POST variables, they are
$_POST[\'item_number1\'] $_POST[\'item_number2\']
and so on
I need to write a loop tha di
if you know the number of variables:
if you don't know the number:
0) { echo $_POST[$key]; } }