to have a unique member profile i could add a member or profile table in my users database?
this page displays there stats, and other stuff thats unique to them
i should be able to get to there profile and edit it if needed
UNIQUE member profile
Moderator: General Moderators
-
nathan_nateben
- Forum Newbie
- Posts: 4
- Joined: Wed Apr 29, 2009 4:57 pm
Re: UNIQUE member profile
Database tables all have one or more primary keys, primary keys are unique, you can create a users table storing unique users with profiling information, yes.