[PHP] Help needed - Dynamically Zip Files & Sub-Directories

2003-10-14 Thread TWSC HQ
Hi everybody - What is wrong with this php zip class (file : phpzip.inc.php)? I've got this code on one page: require("phpzip.inc.php"); $z = new PHPZip(); $z -> Zip("directory_name/", "out.zip"); where all files and sub-directories + files should be zipped into the zip file called out.zip t

[PHP] Re: Set Cookie in PHP and call with Perl

2003-07-28 Thread TWSC HQ
Hi - Sorry - by caling I meant to echo the cookie value on a .pl page - and include it (the cookie value)then in an email. Any help would be appreciated because the PERL list people said I must try a PHP list - Thanks August >Is this possible : >How do i call the cookie value (surname) with Per

[PHP] Set Cookie in PHP and call with Perl

2003-07-27 Thread TWSC HQ
Hi there - Is this possible : How do i call the cookie value (surname) with Perl if it was set with PHP? SAMPLE: PHP Cookie set: Need to call this cookie with a .pl extension file (perl) thanks August -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

[PHP] Write, Zip and Email

2003-06-24 Thread TWSC HQ
Hi all Is it possible to write to files on a server via a browser, then zip those files up and email them to the user? Detail: I want to enable my website visitors to customize a php script with their details, all via field inputs. Write that personal info into the script files << upto here it's