How to design database tables (MySQL) for multiple users ?
- by Hisyam
i would like to know the best way to design database tables for multiple users, like any website that requires a user log in before they can start posting anything.
Should my code create individual tables for every users or something different?