I am creating a zip file in PHP using the following:
$zipfilename = "/myzip.zip"; $mp3path = "/path/to/mp3-files/"; echobr($zipfilename);