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`,
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)",
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
3 matches
Mail list logo