Advertisement
Advertisement
| 05.19.2008 at 12:04PM PDT, ID: 23414816 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: |
SQL query: CREATE TABLE messages( id int( 255 ) NOT NULL AUTO_INCREMENT , FROM int( 255 ) NOT NULL default '0', TO int( 255 ) NOT NULL default '0', subject varchar( 255 ) NOT NULL default '', message text NOT NULL , date varchar( 255 ) NOT NULL default '', approved int( 1 ) NOT NULL default '0', PRIMARY KEY ( id ) ) TYPE = MYISAM MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from int(255) NOT NULL default '0', to int(255) NOT NULL default '0', subj' at line 3 |