hi there guys,
i was wondring if someone can help me design a database for a simple forum page. it is really hard for me to design one especially i am new to any database administration. tnx in advance.
pleigh
database design....help!
Moderator: General Moderators
As simple as it can get:
Table user with user_ID, name etc
Table posts with ID, ref id, timestamp, user_id, text
Table authorize user_id, password
This will probably not help you. Just look for some tutorials about database normalisation. If you learn the first 3 you will be able to design a database quite nicly.
Table user with user_ID, name etc
Table posts with ID, ref id, timestamp, user_id, text
Table authorize user_id, password
This will probably not help you. Just look for some tutorials about database normalisation. If you learn the first 3 you will be able to design a database quite nicly.