[PHP] sending files by mail

2001-04-24 Thread Calin Rotaru
Hello! I generate a text file from a mysql database. I'm trying to send this file by mail. Is this possible with mail() function ??? I read the documentation, but I didn't find anything yet. Thanks. Calin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] sending files by mail

2001-04-24 Thread David Robley
On Wed, 25 Apr 2001 00:02, Calin Rotaru wrote: Hello! I generate a text file from a mysql database. I'm trying to send this file by mail. Is this possible with mail() function ??? I read the documentation, but I didn't find anything yet. Thanks. Calin You'll need to read the data from

Re: [PHP] sending files by mail

2001-04-24 Thread Calin Rotaru
On Tuesday 24 April 2001 03:37, David Robley wrote: On Wed, 25 Apr 2001 00:02, Calin Rotaru wrote: Hello! I generate a text file from a mysql database. I'm trying to send this file by mail. Is this possible with mail() function ??? I read the documentation, but I didn't find anything