flash - Send a SMS text message after period of time via PHP -
i have flash application. i'm trying send users text messages via php after did things on flash.
for example,
- text user 1 hour after did thing#1.
- text user 10 minutes after did thing#2.
- text user 1 day after did thing#3.
....
i'm thinking of setting table list of things trigger text. have cron job set check timestamps of each user finishing things.
is there better way out there doing this?
that sounds approach take. whenever have action takes place @ different time web request, need "queue" action completed later. need script runs (however want) checks queue (i.e. db table) , processes items in queue.
you're on right track.
Comments
Post a Comment