Trying to solve a problem, hope someone can help. First off need to use php with mysql backend -
Need to create a user authentication script (this not to hard to do) but what I would like it to do is when a user logs in with id and password, they need to be redirected to their own personal web page. (each user will have their own personal page they get after logging in).
I hope someone out there knows of an example of how I can do this. I would appreciate any help amyone can provide!
Thanks!!