Search found 5 matches

by safmaya
Sat Mar 13, 2010 9:34 am
Forum: PHP - Code
Topic: A program that constantly runs and check the database.
Replies: 8
Views: 396

Re: A program that constantly runs and check the database.

Thanks All, I managed to use the Windows vista (7) task schdualer to run the script every minute, bear in mind that you cannot do this in windows XP!

The problem is solved.
by safmaya
Mon Mar 08, 2010 1:34 pm
Forum: PHP - Code
Topic: A program that constantly runs and check the database.
Replies: 8
Views: 396

Re: A program that constantly runs and check the database.

Thanks for your response, maybe if I explain exactly what I need might help clarifying the problem, I have a database of users that have entered their event into so that they can be notified on the specified time, so basically the job of the server is to constantly look at the database and send ema...
by safmaya
Mon Mar 08, 2010 12:43 pm
Forum: PHP - Code
Topic: A program that constantly runs and check the database.
Replies: 8
Views: 396

Re: A program that constantly runs and check the database.

Thanks for your response, maybe if I explain exactly what I need might help clarifying the problem, I have a database of users that have entered their event into so that they can be notified on the specified time, so basically the job of the server is to constantly look at the database and send emai...
by safmaya
Sun Mar 07, 2010 6:34 pm
Forum: PHP - Code
Topic: A program that constantly runs and check the database.
Replies: 8
Views: 396

Re: A program that constantly runs and check the database.

Hi,

Thank you for the solution, but I have to run the server on a windows machine, so use of crontab is not allowed.

tnx
by safmaya
Sun Mar 07, 2010 9:27 am
Forum: PHP - Code
Topic: A program that constantly runs and check the database.
Replies: 8
Views: 396

A program that constantly runs and check the database.

Hi Everyone, I am working on a final year project that involves a website that constantly checks the database and sending emails to the user if a condition is met. The problem is I have no idea how I should write the code or even where to put the code, this project should be able to check the databa...