Re: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-16 Thread Terje Torkelsen
"')"; >> $result = mysql_query($query); > > That one did the trick! > > Thanks James and Wouter for helping me out! > > Frank > ----- Original Message ----- > From: "esctoday.com | Wouter van Vliet" <[EMAIL PROTECTED]> > To: "Fr

Re: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-15 Thread Frank Keessen
ot;; > $result = mysql_query($query); > > # and what else you'd want to do ... > }; > > would just make even a little more sense .. some discussion could be about > using $_POST['test1'][$i] to get the value again, or just using the $Value > variable created by t

RE: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-15 Thread esctoday.com | Wouter van Vliet
using the $Value variable created by the foreach calls... -Oorspronkelijk bericht- Van: Frank Keessen [mailto:[EMAIL PROTECTED] Verzonden: zondag 15 juni 2003 21:44 Aan: Frank Keessen; James Hicks CC: [EMAIL PROTECTED] Onderwerp: Re: [PHP] Capturing the input of dynamic form fields (part II)

Re: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-15 Thread Frank Keessen
nk - Original Message - From: "Frank Keessen" <[EMAIL PROTECTED]> To: "James Hicks" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 8:59 PM Subject: Re: [PHP] Capturing the input of dynamic form fields (part II) > Hi Ja

Re: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-15 Thread Frank Keessen
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 4:14 PM Subject: Re: [PHP] Capturing the input of dynamic form fields (part II) > Whenever I am having problems with SQL queries I always display the query on > the page with all the replaced variables

Re: [PHP] Capturing the input of dynamic form fields (part II)

2003-06-15 Thread James Hicks
Whenever I am having problems with SQL queries I always display the query on the page with all the replaced variables so I can make sure that the query makes sense. If it passes the MySQL parser in my brain and still doesn't work, I will copy the displayed query into the command line mysql monit