Php / MYSQL help! Please :)?

  • Thread starter Thread starter brandons
  • Start date Start date
B

brandons

Guest
I need a script that allows this:
Once you login to the mysql database.. it redirects that user to their own website.. IE: like how myspace does it,. can someone help me?
Heres my example. I'm trying to get someone to sign up to get a login account.. once that person types there name and password. That person will ONLY be able to goto his/her website. just like how myspace has there login.. once they login, it goes into their own page.. could i get a script for this?
 
Well, without more info, it's hard to say exactly what you're looking for. However, it seems that the simplest thing would be to have a column for website and a user id that can be built dynamically, and then just use a uri redirect.
 
Back
Top