Page 1 of 1

About Job Alert Implementation

Posted: Mon May 18, 2009 8:36 am
by vikasphp
Hiii....

I want to implement this in my website (social networking site)
http://www.phpjobs.com/jt/jobs/addedit_alert.php can any body help me how can i achieve that..


thanks..

Re: About Job Alert Implementation

Posted: Mon May 18, 2009 8:41 am
by onion2k
The form just submits the data to a database table, then every time a job is added (and once a day with a cron job) there's a query that checks if anyone has a query that matches the job posted and emails the matching people the job details. What part of it are you having trouble with?