Skip to content

Zip files in a directory use part of URL as file name

I use a php file to created zip archive of all jpg files in a folder and make it available for download. Here is the script: I was wondering if it is possible to use part of url as archive name? My URLS look like this: I want the archive name to be Pictures-Album-CustomText.zip Answer You have a couple of

How can I get the value from a cell in a table?

I have read all the related posts and used them with no success. Obviously I’m not a javascript expert. I had tried with option, and selectedItem, but don’t know how to extract the select object to …