Re: [PHP] send group of files at once to website administrator

2003-08-14 Thread Marek Kilimajer
Or you can use a zip class and create an archive. There are at least 2 free classes that can create zip files. skate wrote: Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of

Re: [PHP] send group of files at once to website administrator

2003-08-14 Thread skate
Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of presenting the list of files available for download? send an email... there should be plenty of mime mailers around,

[PHP] send group of files at once to website administrator

2003-08-14 Thread anders thoresson
Hi, I have the following code which I use to make regular backups of my databases. Is there a way to have all backup files sent at once after they are created, istead of presenting the list of files available for download? db_connect($dbuser, $dbpassword, $dbdatabase); // Lock and flush