Is there a way to do this
$valg1 = $_POST['1'];
$valg2 = $_POST['2'];
$valg3 = $_POST['3'];
$valg4 = $_POST['4'];
an easier way. ?
I have make different $'s for a lot of choices in a form, and it would be easier to make it with a FOR command, but how is it done, putting a different number behind the $name ?