Forum Moderators: coopster
I can't seem to google any kind of script to do this. Does anyone here know of a way to do this? Thanks in advance to all that answer :D
- sharyn
this sounds like something that could be done with PHP or Perl.
then, the user would simply receive a single download with multiple files in the zipped file.
Hope this helps, let us know what you wind up doing.
To have multiple things downloaded, check out the PEAR package http_download; If you're happy with just having your files compressed into an archive (tar or zip) file, check out the PEAR packages in the class 'Archiving' (I don't think they have one for zip files yet - you can find one at [phpconcept.net...] . This will let you allow php to pick which files are zipped up in the package.
If you really want things installed in a specific place (and that makes a lot of sense for php), you could use an installer - I asked a similar question in a thread on the asp forum and got a good, informative answer from Hanu: [webmasterworld.com...] .
- sharyn