FW: [PHP] Using PHP to post the contents of an email to MySql database

2002-01-11 Thread Mullin, Reginald
wrong here? Did I screw up the alias? Does my system not > support this functionality? HELP. > > P.S. My virtual server is running Linux. > > > > O From Now 'Till Then, > \->Reginald Alex Mullin > /\ 212-894-1690 > > -Original Messa

Re: [PHP] Using PHP to post the contents of an email to MySql database

2002-01-11 Thread [EMAIL PROTECTED]
on linux, you could simply open these 'files': /dev/stdin /dev/stdout for windows, and for portability, PHP provides the following dummy's, which can also simply be used by fopen() : php://stdin php://stdout bvr. On Fri, 11 Jan 2002 12:19:05 -0500, Mullin, Reginald wrote: >Hi Guys, >I r

[PHP] Using PHP to post the contents of an email to MySql database

2002-01-11 Thread Mullin, Reginald
Hi Guys, I recently read an email entitled "Can a PHP program receive an e-mail and write it to a file???" in the PHP archives (see http://marc.theaimsgroup.com/?l=php-general&m=97986044121868&w=2) and wanted to ask a follow up question. I'm a novice programmer, new to PHP, and unfamiliar with th