Jump to content

Run PHP script without browser open


grim1208

Recommended Posts

I already know how to make the script that would count time (using javascript) that after a period of time it increments a field in a database a certain amount, but how could I make this so a browser window doesn't have to be open to have the counter countinueing counting?

Any ideas?
Link to comment
https://forums.phpfreaks.com/topic/8605-run-php-script-without-browser-open/
Share on other sites

you could set up a cron job.

i think. be more specific. you have a script that updates your database and you want it updated on a regular basis without any kind of user interaction? you should be able to set up a cron job in cpanel to run your script at the interval you want it to be run.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.