You are here: Re: send email at certain hour « PHP « IT news, forums, messages
Re: send email at certain hour

Posted by Arthur Wiebe on 06/25/05 21:55

vlad georgescu wrote:
> i want to make a "reminder" application which sends emails at certain hour
> in php. is this posibile ? if not, what else can I use ?
>

I've done it using pure PHP for a calendar script.

What I did was write a PHP script with a loop that checks every second
whether or not something should be done. For example:


<?php
$t = true;
while ($t) {
if (time() == $myTimeStamp) {
mail(args);
}
}
?>

at the top of the script I have a line like this:
#!/usr/bin/env php
for *nixs' and I wrote a little batch file for Windows systems.
At least it works.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация