Hello all. I am trying to make a script(s) that can handle a few tasks:
1) Supply the user a list of links for files that match a mysql query.
2) The links should not reveal the actual location of the file.
3) The user should be forced to download.
Now I have found some tid-bits here and there but I have no examples go by. I would like to address each separately.
1 --
This is the toughest to find what I am looking for. From the MySQL DB I'd like to display the filename and description, maybe some other erata found in the DB.
2 --I would like the location secret. If anyone has an example of this I would be greatly appreciative. I have seen some that use arrays to use an include file for db connection. I would love an example of this that would show the highlights.
3 -- This I believe may be done using a setting on the page for the file type.
Thank you for your help.
1) Supply the user a list of links for files that match a mysql query.
2) The links should not reveal the actual location of the file.
3) The user should be forced to download.
Now I have found some tid-bits here and there but I have no examples go by. I would like to address each separately.
1 --
This is the toughest to find what I am looking for. From the MySQL DB I'd like to display the filename and description, maybe some other erata found in the DB.
2 --I would like the location secret. If anyone has an example of this I would be greatly appreciative. I have seen some that use arrays to use an include file for db connection. I would love an example of this that would show the highlights.
3 -- This I believe may be done using a setting on the page for the file type.
Thank you for your help.