Hey all
I have a request i need to help implement
We have this company who has 10 packages they need to distribute for download to 21 departments via the internet
Eg.
User1 logs in, then he clicks on accept, and then goes to a page that shows he can download file1, file3, and file5
User2 logs in and clicks on accept (disclaimer page) then goes to page where he sees he can download file1-file10
I suspect it can be done with a Mysql with coloums for
user, file1, file2, file3..
user1,yes,yes,no
user2,no,yes,yes
and then if quering to generate the page depending on whether the user has a yes for the file or not enabling the Download link
Does anyone know of such a script?