|
-
Aug 22nd, 2003, 02:43 PM
#1
Thread Starter
Fanatic Member
MYsql database design question
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
-
Aug 22nd, 2003, 03:30 PM
#2
http://www.xoops.org -- a pre-built system that should be able to handle most of what you need it to.
-
Aug 23rd, 2003, 12:20 AM
#3
Thread Starter
Fanatic Member
Hmm this looks like a good code to look at.. if it isn't to complicated for me to decipher. But I'm trying to construct my own personal one that I can call mine so dont want to just outright use this one 
Thanks for the link!
-
Aug 23rd, 2003, 01:18 PM
#4
Lively Member
try this:
http://hotwired.lycos.com/webmonkey/...tutorial4.html
basically you just connect to the database using a PHP function and then send sql queries to the mysql.exe program that edit your database.
it isnt too complicated, really, and after a little bit of dabbling you'll get it.

-morrowasted
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|