tibberous Posted January 2, 2008 Share Posted January 2, 2008 Right now, the script I wrote creates a table for each individual user. Is that okay, or is it better to put all the users data into a single table, and add an id field to it assign it to the different users? Quote Link to comment https://forums.phpfreaks.com/topic/84147-is-there-a-reason-not-to-give-every-user-of-a-site-a-table/ Share on other sites More sharing options...
trq Posted January 2, 2008 Share Posted January 2, 2008 The later is the best approuch. Why would a user need there own table? Quote Link to comment https://forums.phpfreaks.com/topic/84147-is-there-a-reason-not-to-give-every-user-of-a-site-a-table/#findComment-428332 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.