ohdang888 Posted January 24, 2008 Share Posted January 24, 2008 i'm creating a user login system, with user profiles, etc. Would it make sense to have a Database called "user" or something, and then have a seperate table for each user.... or just 1 table, with tons and tons of rows or user info in it? Quote Link to comment https://forums.phpfreaks.com/topic/87626-general-databse-question/ Share on other sites More sharing options...
revraz Posted January 24, 2008 Share Posted January 24, 2008 1 table that holds all the users. You could have another table that holds info related to that user though, depending on what you want to store. Quote Link to comment https://forums.phpfreaks.com/topic/87626-general-databse-question/#findComment-448175 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.