I know some of you probably heard this request a million of times already but I couldn't find anything and I am desperate now.
My website needs an area where my customers can log in and where they can pull invoices and stuff like that. I have a login system that validates the user trough MySQL. But they are all ending up on the same page. The problem is that I can't have one customer look at the other customers invoice. How would I redirect a user automatically to their own space on the MySQL database and being able to look only at his information. I tried two different programs. I really like Rakinks User Manager but I don't know php well enough to redirect a logged in user. And I tried phpguarddog which has redirection but the program itself is not my favorite.
If anyone could help me in the right direction I would appreciate it.