|
Use one database table for users, and have a second database table for posts. The 'users' table would have fields like user_id, username, password, etc. The 'posts' table would have fields like post_id, user_id, and body. Each news post that a user posts should go into its own row in this 'posts' table.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|