Jump to content

Automatic Process Generator!


Guest Brivtech

Recommended Posts

Guest Brivtech

I'm working on a marketing system, and have come across a requirement, where I'm at a loss at the moment where to start.

Here's an example of the application:

A database records dates of special events. This is used for a marketing system where a client wants to automatically generate an email regarding that special event - For instance, an anniversary or birthday of one of their customers.

Where do I start in creating something that can check the events on a continious basis, and action them? The events need to be stored in an online database (Like mySQL), but the process handler doesn't have to be internet based.

I'm looking for a system to run automatically, rather than have to make a manual daily check of events.

Anyone able to help send me into the right direction?

Link to comment
Share on other sites

Guest gwizard

If it's a Linux machine then you can build PHP/Shell/Perl/Whatever application and run it via Cron say, every 24 hours.

If it's a Windows machine then you can achieve the same via Windows Scheduler or similar app.

Link to comment
Share on other sites

Guest Brivtech

If it's a Linux machine then you can build PHP/Shell/Perl/Whatever application and run it via Cron say, every 24 hours.

If it's a Windows machine then you can achieve the same via Windows Scheduler or similar app.

Thanks Gwizard - I was just looking at Windows Scheduler and Windows scripting host, good tip with Linux. May have found my solution. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...