Re: [PHP] "Email-based PHP-Script"

2001-12-18 Thread Attila Strauss
Hi http://www.linuks.net/robot.phps best regards attila strauss > Hello List, > > I'm currently trying to setup a script which is processing incomming emails. > So I setup PHP as CGI and did configurate the email like > > robot "|/path/to/the/script.php" > > The little testscript I tried lo

[PHP] "Email-based PHP-Script"

2001-12-18 Thread J.Mueller, pro.vider.de GmbH
Hello List, I'm currently trying to setup a script which is processing incomming emails. So I setup PHP as CGI and did configurate the email like robot "|/path/to/the/script.php" The little testscript I tried looks like that: The error which I get is /path/to/the/script.php: cannot open ?:

Re: [PHP] Email-based PHP-Script

2001-12-06 Thread Jon Farmer
> does anybody know of any documentation how to write scripts that > do interact with emails (Majordomo-like), i.e. when an email comes > to > > [EMAIL PROTECTED] > > that a script is starting which reads the email and completes tasks > which are defined within the email?> Compile PHP as a binar

[PHP] Email-based PHP-Script

2001-12-06 Thread J.Mueller, pro.vider.de GmbH
Hello, does anybody know of any documentation how to write scripts that do interact with emails (Majordomo-like), i.e. when an email comes to [EMAIL PROTECTED] that a script is starting which reads the email and completes tasks which are defined within the email? We are using PHP4, Ap