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..
About Job Alert Implementation
Moderator: General Moderators
Re: About Job Alert Implementation
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?