I want something simple like, Topic ID , user, CONTENT (the actual post), and a date. Any suggestions on how to setup the table?
CREATE TABLE tablename ( )... ?
I meant like, for table values, l ike int , and blob, that kinda stuff. Im not sure what ones to use to make each feild for the table.
oh ok.
TopicID : int user: varchar (100) content: text date: varchar (20)
...should do.