UNIQUE member profile

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dsick
Forum Commoner
Posts: 57
Joined: Fri Mar 27, 2009 3:34 pm

UNIQUE member profile

Post 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
nathan_nateben
Forum Newbie
Posts: 4
Joined: Wed Apr 29, 2009 4:57 pm

Re: UNIQUE member profile

Post 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.
Post Reply