Re: [PHP-DB] Can't Insert more than 1 record

2003-04-04 Thread Ronan Chilvers
Hi KJ On 03 Apr,2003 at 22:18 Keven Jones wrote: snip attempt after the 1st fails. I have to delete the existing row in order to add a new record. /snip Sounds like you have auto-incremented unique indices to me - are you always trying to insert with an index of 1 ? Without seeing the code

RE: [PHP-DB] Can't Insert more than 1 record

2003-04-04 Thread Alexa Kirk
[mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 5:18 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Can't Insert more than 1 record Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB

[PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Keven Jones
Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just fine, however any attempt after the 1st fails. I have to delete the existing row in order to add a new record.

RE: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Rich Gray
Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just fine, however any attempt after the 1st fails. I have to delete the existing row in order to add a

RE: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Jennifer Goodie
, 2003 2:18 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Can't Insert more than 1 record Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just fine, however

Re: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Leif K-Brooks
I haven't used my psychic powers for a while, but I think the problem is on line 35. Keven Jones wrote: Hello All, I am having a problem inserting records into my Database. I am passing fields from a FORM to my php program that adds 1 record to my DB. It will create the first attempt just

Re: [PHP-DB] Can't Insert more than 1 record

2003-04-03 Thread Cal Evans
: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 5:13 PM Subject: Re: [PHP-DB] Can't Insert more than 1 record I haven't used my psychic powers for a while, but I think the problem is on line 35. Keven Jones wrote: Hello All, I am having a problem inserting records into my Database