Login Users to Different Pages
I have a mySQL DB with about 10 usernames, passwords, and ids. I have the DB connected to a user login, however DW's user login only gives you the ability to have all users be directed to the same page. These 10 users all need to be redirected to their own secure web pages. I have read on similar threads that I should add a new field to mySQL DB to add the respecive urls I want to send the users to. That I can do. However, what do I need to do as far as coding goes to send these users to their own pages? I haven't done much coding before so I am really just looking for either a relatively simple explanation, what the coding would be, a good book for learning things like this, a tutorial, or anything else that can point me in the right direction. Any help would be much appreciated. Thanks!