OK, I have made a simple login system. It MD5 encrypts the passwords etc, however, I am going to customize it later for my client login section.
Here's an example:
--------------------------------------------------------------------------
Right now, if you register, then login, you get taken to a page. Everyone who logs in gets taken there. What I want to do is have it so that when a certain client logs in, they get taken to a page showing their project info.
So, say I have two projects going. One for ABC which is 72% complete and one for XYZ which is 39% complete.
How can I have it so that when ABC logs in with password1 then they get taken to project1.htm saying 72% complete, but when XYZ logs in with password2 they get taken to project2.htm saying 39% complete.
--------------------------------------------------------------------------
That was the best way to explain it, sorry if it's a bit complicated. Hope you can understand this and surely this has to be possible to do? Thanks for the help I KNOW I will receive!