DFP and a simple client usage
Hi Ray - I've read on another thread that you advise redirecting to a common page after login and then redirecting from that page to a user specific page - how would I do this?
I've set up user_downloads1.php, user_downloads2.php, user_downloads3.php ... etc with authentication set to user_level = 1,2,3...etc after adding a user_level field in the visitors table of the database.
I've given up with data assist for now as it creates a javascript error in dreamweaver when its installed and anyway I can use phpmyadmin to access the database.
I'm confused about how I can associate a user with his downloadable files given that each user will have several files to download - so they can't be stored in the same visitors table - do I need to create a recordset combining the visitors table and the items table?
if so how?
I have setup the database with the following tables using sql from one of the supplied databases:
countries
groups
itemcategory
items
orderdetails
orders
orderstatustypes
states_provinces
visitors
I've set up a repeating region on user_downloads.php but how do I get the correct users files on the page.
I'm thinking to have the login page as the first page of the download section as everyone will need to login anyway.
Any help will be greatly appreciated