I was wondering if anyone could point me what coding feature I'm talking about that can fulfill this role.

- So I need to update data values from many users at the same time at a specific X amounts of time or specific hours of the day.

What programing process of scheduling this actions on the database should I look for? ( in case of multiple ways I need the most efficient way in both software and hardware)

Thankfully
ArturM

Recommended Answers

All 2 Replies

cron job:
create a php file to do the job and set it to run at predetermined times

cron job:
create a php file to do the job and set it to run at predetermined times

I have been reading about cronjob can this be done on a windows 7? I'm currently using xampp to test the coding and database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.