I want webpages within my website that are specific to each of my cusomers. These pages need to be private because my customer compete with each other.
I would like the entry point to be a link from the home page that pops up a window asking for a user name and password. I think that part is probably fairly straight forward (just a simple form). The tricky part is this; I need the user to be directed to a page that is specific to the account he is with (ie: if the users name is joe and he works at account A he is sent to the web page for account A, if he works for account B he is linked to account B, etc).
I hope this make sense.
Any suggestions? There are probably already scripts out there to do something like this. Just point me in the right direction.