Hey Everyone,

Thanks for your help. It was the absolute path I needed for the toronto.txt file.

Sean

On 1/14/06, Sean Lerner <[EMAIL PROTECTED]> wrote:
Hello,

I'd like an email received to [EMAIL PROTECTED] to trigger a
php script.

I've configured the following:

in /var/www/wq/email_toronto.php
#!/usr/bin/php -q
<?
 $var_toronto_file = fopen("toronto.txt", "a");
 fwrite($var_toronto_file, "Email Received!\n");
 fclose($var_toronto_file);
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to