Re: [PHP] Insert with one button

2002-06-24 Thread Analysis & Solutions
On Mon, Jun 24, 2002 at 11:23:11PM +0200, Martin Kampherbeek wrote: > Now I've got a form with the matches for that weekend and some selectboxes with 1 to 9 for the goals. At the bottum of the form is a Submit button. What I want is to insert all the scores in my table predictions with just that

Re: [PHP] Insert with one button

2002-06-24 Thread Kevin Stone
In your HTML each one of those select fields needs a unique name.. they can't all be called D1. No wonder you're having trouble. After that you can print_r($_POST) to see what you're getting back from the form and adjust your script to match. Good luck. -Kevin - Original Message - From