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

2003-06-16 Thread Terje Torkelsen
]; James Hicks [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 15, 2003 10:08 PM Subject: RE: [PHP] Capturing the input of dynamic form fields (part II) First thing I notice as being at least a bit odd is this part: $nArraySize = count($_POST['test1']); $test1=$_POST['test1

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

2003-06-15 Thread Frank Keessen
Dear all, Refering to my first e-mail with the same subject; I've reworked the code to this: But the only problem is; Nothing is written into the mysql database! And there are no error displayed.. Can someone have a look at my code? ?

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

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

2003-06-15 Thread Frank Keessen
] 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 so I can make sure that the query makes sense. If it passes the MySQL

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

2003-06-15 Thread Frank Keessen
: Sunday, June 15, 2003 8:59 PM Subject: Re: [PHP] Capturing the input of dynamic form fields (part II) Hi James, Sorry to say; I've put your code in it but there are no error message's displaying and there is no value inserted in the database... Any clue??? Regards, Frank - Original

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

2003-06-15 Thread esctoday.com | Wouter van Vliet
Aan: Frank Keessen; James Hicks CC: [EMAIL PROTECTED] Onderwerp: Re: [PHP] Capturing the input of dynamic form fields (part II) Hi, Looks like the value's are not coming to the database.. Can you please all have a close look at my code because it's driving me NUTS! THANKS FOR YOUR HELP

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

2003-06-15 Thread Frank Keessen
out! Frank - Original Message - From: esctoday.com | Wouter van Vliet [EMAIL PROTECTED] To: Frank Keessen [EMAIL PROTECTED]; James Hicks [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 15, 2003 10:08 PM Subject: RE: [PHP] Capturing the input of dynamic form fields (part II