Hello, all,
I'm trying to write a cgi script that'll query a database, and download files based on the result of that query. The query logic is all done already, and I have two lists:
a list of the urls of the files(on the server machine) and
a list of what those files should be called when they are downloaded onto the client machine.