|
Posted by Sean Lerner on 10/03/78 11:37
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 <sean@yip.org> wrote:
>
>
>>Hello,
>>
>>I'd like an email received to toronto@washroomquest.com 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);
>>?>
>>
>>
Navigation:
[Reply to this message]
|