Posted by Tyno Gendo on 04/04/07 14:20
Jerry Stuckle wrote:
> A much easier way would be to just use an array:
>
> <input name="age[]" ...>
>
> Then your answers will be in the array $_POST['age'] or $_GET['age'],
> depending on how you submit the form.
>
That's a very good point.. I've used this once before also, top tip.
Navigation:
[Reply to this message]
|