Re: [PHP] automatic responder

2004-11-28 Thread John Nichel
Please set your mailer to *NOT* ask for reply reciepts when mailing to a mailing list. -- By-Tor.com ...it's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] automatic responder

2004-11-28 Thread Ryan King
On Nov 28, 2004, at 10:38 AM, Alessandro Rosa wrote: Yes, but perhaps every 5 minutes. You have to solve this too, either cron job if you have it available or it can be trigered by user http requests (not very reliable). Thanks again! Yours e-mail fixed some procedural doubts I have been thinking a

Re: [PHP] automatic responder

2004-11-27 Thread Octavian Rasnita
You just need to get the HTTP_ACCEPT_LANGUAGE environment variable and see the order of the prefered languages. After that, you see if you have a translation for the first language, if the site doesn't have it, try for the next language, and so on. Teddy - Original Message - From: "Ales

Re: [PHP] automatic responder

2004-11-27 Thread Marek Kilimajer
Alessandro Rosa wrote: Thank you for all responses about this topic. I would also solve a more practical doubt finally: if I use for example the PHP code 'POP3class', as suggested by Manuel Lemos, it's implicitly meant that it should run periodically on a web-server (for example, under a timer of a