Quote:
|
Originally Posted by lcf
maybe you can do like this... In the database, set the redirect location in the user table:
username password location
======= ======= ======
a 123 a.htm
b 321 b.htm
if login successful, get the location and redirect the user to the location.
|
LCF, how to redirect the page for each user? I dont get it. can u explain a litle bit?
mysticmind.. i'll tried to use database in this case but i do not understand how it can be done as what LCF stated..