i want to create a login page with different user
i have a table users with column UseriD and Password field
in user |d and pass field there are many users like user01 user02 user03
i want that when user01 logged in then page redirect to http://yahoo.com and when user02 logged in then page redirect to http://hotmail.com and so on
plz help me