Is there a user/login script that sends the user to their specified page.
Example
login: user1
password: password1
default login page to http://www.website.com/users/user1/index.html
login: user2
password: password2
default login page to http://www.website.com/users/user2/index.html
And so forth. I would want the the password list to be seperate php file of course to add and delete people, and would prefer to connect everything to mysql!
Can this be done, thanks guys.