RE: [PHP] Re: Odd Problem

2002-10-14 Thread John W. Holmes
tober 14, 2002 8:44 AM > To: PHP List; Owen Prime > Subject: Re: [PHP] Re: Odd Problem > > Here's one of the SQL's I'm running. All the rest are the same except they > each insert to different tables... > > $insertSQL = sprintf("INSERT INTO friday (`date`,

Re: [PHP] Re: Odd Problem

2002-10-14 Thread Stephen
Here's one of the SQL's I'm running. All the rest are the same except they each insert to different tables... $insertSQL = sprintf("INSERT INTO friday (`date`, employee, reg, over, vac, hol, sick, funer, edu, per, comp) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",

Re: [PHP] Re: Odd Problem

2002-10-13 Thread Jason Reid
Also I would check the case of the column in both the script and the DB itself. And yes, the query and the table schema might help if that isnt it. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Owen Prime" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC