View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 09:36 AM
Jerry Stuckle
 
Posts: n/a
Default Re: "i have gone crazy mfing crazy i have gone crazy"

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
==================
Reply With Quote