I have just joined this site, hoping to get some help
I have recently just started learning php and I have completed the embedding of a simple user register and login system (using Php & MySQL) to a site.
What I want to ask you guys is how do I redirect a user to their own page. I dont have a problem with redirecting them to a page i've done (eg. loggedin.php) and that already works, even saying "Welcome *users name from the session variable*".
For example, take a big site like facebook. I want each user to go to their own page - a page I may not even have created - am I right in saying the page can be dynamically created if a new user registers?
I think its something to do with redirecting the user via ...logged.php?id ??
Hopefully my question makes sense and someone will be able to help me!!
Thanks in advance everyone, and I do apologise if someone has already asked a similar question. I've been searching but no luck