Forum Moderators: coopster
Thanks in advance.
I believe the above works, though it's been a while since I've tried it. You'll have to try this yourself just to be sure. If not, it's easy enough to put incrementing numbers inside those brackets - last_name[1], first_name[1], last_name[2], first_name[2]. $_POST['last_name'] and other post values will then come through as arrays, use print_r($_POST) to check.