StevenHickerson
Aug 22nd, 2003, 02:43 PM
Hello, I'm completely new to mysql and not very advanced in php. But I'm looking for help on designing a mysql database that is going to be accessed, modified, and all through php files.
What I want is a database with a table of users, and some information about them. And then I also need a way of tracking stuff for each user.
What I'm curious to know is would it be a better design to create a seperate table for each user, or is there a better way to do it that is more efficient? The stuff I need to track for each user really can't go in the same table as the users list.. it would be way to much info for one table I believe. Would really need it as each item a seperate entry for that user.
Thanks for any help you can give and if you have any good links to full php scripts with login, session tracking and mysql interaction let me know please :)
Steven Hickerson
What I want is a database with a table of users, and some information about them. And then I also need a way of tracking stuff for each user.
What I'm curious to know is would it be a better design to create a seperate table for each user, or is there a better way to do it that is more efficient? The stuff I need to track for each user really can't go in the same table as the users list.. it would be way to much info for one table I believe. Would really need it as each item a seperate entry for that user.
Thanks for any help you can give and if you have any good links to full php scripts with login, session tracking and mysql interaction let me know please :)
Steven Hickerson