View Single Post
Old September 9th, 2004, 6:28 PM   #3 (permalink)
MadMax
Surpass Fan
Comfy Contributor
 
Joined in Apr 2004
Lives in Canada
Hosted on Pipe
141 posts
Gave thanks: 4
Thanked 3 times
PHP Code:
INSERT INTO `product` (`stock_num`, `series`, `name`, `thread_id`, `dim_h`, `dim_w`, `dim_l`, `weight`, `case`) VALUES ('10999a''s12''test tein''325''123.6''123''423''123.67''4'
Try this, maybe the word weight or case are reserved words for MYSQL. The `something`tells MYSQL to read this as an element of the table not a function.

Tell me if it works !
__________________
Website : max-worlds.net
Shared Server : Pipe
MadMax is offline   Reply With Quote