About Job Alert Implementation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vikasphp
Forum Newbie
Posts: 8
Joined: Mon Feb 16, 2009 2:40 am

About Job Alert Implementation

Post 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..
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: About Job Alert Implementation

Post 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?
Post Reply