Re: [PHP] Re: Using php as a backend bridge between smtp and mysql

2002-03-05 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I got the sendmail part to work, but how do you process a pipe? I just need > the variable name of yyy in "echo yyy | proc-mail.php" > > On 3/4/02 5:05 PM, "David Robley" <[EMAIL PROTECTED]> wrote: > > > In article <[EMAIL PROTECTED]>,

Re: [PHP] Re: Using php as a backend bridge between smtp and mysql

2002-03-04 Thread Ken Tossell
I got the sendmail part to work, but how do you process a pipe? I just need the variable name of yyy in "echo yyy | proc-mail.php" On 3/4/02 5:05 PM, "David Robley" <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... >> Hi, >> I need to have php called from se

[PHP] Re: Using php as a backend bridge between smtp and mysql

2002-03-04 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > I need to have php called from sendmail. I have set up an address to be > aliased to "|/usr/local/bin/proc-mail" but I get an error saying "service > unavailable". All permissions correct. See php code below. This is just a > test