View Single Post
Old 06-10-2009, 10:07 AM   #4 (permalink)
carsey
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,678
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: New user gets unique page

You need a user system.

You need to use sessions for when the user logs in.

Call up the session and give it a $memberid or whatever tag.

Query the database using the where function and give it $memberid.

Then echo out the results.

I have a VERY VERY VERY basic system where users can have their own pages and it users xxxxxx.com/members.php?profileid=2 2 being the row the user is in on the database.
__________________

carsey is offline   Reply With Quote