login then go direct to personal download page
Hi - I can't get my head round how I can accomplish this. I have a db table where users can have up to 10 items to download, the idea being that each of these will be personal to that user. What I want to be able to do is have a login page where the user will enter their username and password, then be taken direct to "their" download page. I've put together a login page and a download results page in PHP, and although I can get the login page to redirect to the results page, nothing's appearing on that page...
I assume that there must be a way of coding the redirect part of the page so that it's looking for a user id to display the correct results, but I can't see where this would go.
Any assistance with this would be greatly appreciated.
