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