[PHP] email pipe - attachment problem (zip files)

2003-06-19 Thread Duncan
Hi, I just wrote an script, which scans emails passed to it via a pipe and adds the content to a MySQL database. Attachments are also supported, however, zip files simply don't work. They get processed saved into the database just fine, but once i grab such a zip file from the database, it

[PHP] email pipe

2003-03-01 Thread qt
Dear Sirs, I wa using my @InBody = STDIN; To get data from email after piping. I am not sure that what I should use to have same result with php? I just want to have email' s data into my php script to handle. Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] email pipe

2003-03-01 Thread Michael Sims
On Sat, 1 Mar 2003 17:26:37 +0300, you wrote: Dear Sirs, I wa using my @InBody = STDIN; To get data from email after piping. I am not sure that what I should use to have same result with php? Hi, Read the section beginning with Table 23-2. CLI specific Constants here: