I want to send email on a frequency basis. I want to set a Jobs By email section where the interested jobs based on the candidates criteria will be mailed to him weekly, or monthly using php. I am using Xampp in windows.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
March 4th, 2010 at 7:52 pm
You would setup a windows schedule to run on a weekly basis, say sunday 9:00am. And get the scheduler to run the php file which runs a sql query that gets the jobs since the last run time, that meet the candidates criteria.