Jerry Stuckle wrote:
> kkddrpg@gmail.com wrote:
> > the database looks like this
> >
> <lots of code snipped>
> >
> > -thank you, philip (kirewire.com, leetmachines.com, pealtech.com,
> > leetbargains.com)
> >
>
> Are your columns actually named '1' and '2'? These aren't normal column
> names - normally you name them something descriptive, like 'name', or
> 'firstname', etc. In fact, these are invalid names according to the SQL
> standard, although you might coax MySQL to accept them.
>
> What does the actual CREATE TABLE statement you used look like?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
Is 'value' valid sql?. I thought you had to use 'values' regardless of
how much data you're inserting