May 8th, 2006, 10:14 PM
|
#2
|
|
Expert Programmer
Join Date: Jun 2005
Posts: 825
Rep Power: 4 
|
Don't you need to say what values you are putting in?
i.e.
INSERT INTO `smf_messages` (
`ID_MSG` ,
`ID_TOPIC` ,
`ID_BOARD` ,
`posterTime` ,
`ID_MEMBER` ,
`subject` ,
`posterName` ,
`posterEmail` ,
`posterIP` ,
`smileysEnabled` ,
`modifiedTime` ,
`modifiedName` ,
`body` ,
`icon`
)
VALUES
( ... )
|
|
|