I name them input# because its just easier to do that later on and plus its really easy to copy and paste instead of having to type in the name of the input...
Though I have no idea how to do loops so if anyone could help me that would be spectacular!!!
All i need is for the session data to either turn back into variables or for it to be able to be written into a file... i just don't know how to do that process...
heres as far as i got before i'm stumpped...
Code:$_SESSION['input1'] = $_POST['input1'];
$_SESSION['input2'] = $_POST['input2'];
$_SESSION['input3'] = $_POST['input3'];
$_SESSION['input4'] = $_POST['input4'];
$_SESSION['input5'] = $_POST['input5'];
$_SESSION['input6'] = $_POST['input6'];
$_SESSION['input7'] = $_POST['input7'];
$_SESSION['input8'] = $_POST['input8'];
$_SESSION['input9'] = $_POST['input9'];
$_SESSION['input10'] = $_POST['input10'];

