Page 1 of 1

UNIQUE member profile

Posted: Wed Apr 29, 2009 10:36 am
by dsick
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

Re: UNIQUE member profile

Posted: Wed Apr 29, 2009 5:36 pm
by nathan_nateben
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.