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? 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? 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
Archived
This topic is now archived and is closed to further replies.