Rajesh77
06-18-2010, 06:28 AM
Hi Everyone,
I have an issue regarding the scheduling of jobs in php.
My requirement is i have add_details table in my phpmyadmin database . In that table i have both buyers and sellers who would post their advertisements for every category (like computers , electronics etc) .
When a buyer posts his add for a certain category in the website then i want to run a job in php at night 12:00 o'clock for getting the data of sellers for that category .
So how to run a job in php and get the data from the table present in
phpmyadmin database ? .
How to write the code for scheduling this job in php .?
And should i host the site in internet for scheduling job in php? can i schedule a job in php from my local system .
Please help me .. awaiting for your response .
Thank u very in advance.
I have an issue regarding the scheduling of jobs in php.
My requirement is i have add_details table in my phpmyadmin database . In that table i have both buyers and sellers who would post their advertisements for every category (like computers , electronics etc) .
When a buyer posts his add for a certain category in the website then i want to run a job in php at night 12:00 o'clock for getting the data of sellers for that category .
So how to run a job in php and get the data from the table present in
phpmyadmin database ? .
How to write the code for scheduling this job in php .?
And should i host the site in internet for scheduling job in php? can i schedule a job in php from my local system .
Please help me .. awaiting for your response .
Thank u very in advance.