PDA

View Full Version : authorisation redirect


c0c00n
07-14-2003, 12:15 PM
Is there anyone that can help me with the following please :

- i am looking for an authorisation (user management) script that when the user logs in checks for the content of a column and then redirects to a specific php page.

f.ex. :

* a user with field 'State' in the SQL database table with content "Las Vegas" logs in with correct login&pass and gets redirected to lasvegas.php

* a user with field 'State' in the SQL database table with content "Texas" logs in with correct login&pass and gets redirected to texas.php

Thanks !

ReadMe.txt
07-14-2003, 08:55 PM
how much of the script do you already have?

the actual redirection bit is relatively easy if you already have the authorisation ready.