Getting user specific data.

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sam_benne
Forum Newbie
Posts: 1
Joined: Mon Nov 03, 2008 9:54 am

Getting user specific data.

Post by sam_benne »

Ok so I have managed to create a login with registration all works perfect. Now the next stage for me is to create a page so that others can view information about a user and a page where the user can edit there data. This is where i'm stuck and i'm hoping someone here can help me.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Getting user specific data.

Post by aceconcepts »

What are you exactly stuck with?

You're going to need to look at queries with the WHERE clause - have you worked with this before?
Post Reply