grim1208 Posted April 28, 2006 Share Posted April 28, 2006 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? Quote Link to comment https://forums.phpfreaks.com/topic/8605-run-php-script-without-browser-open/ Share on other sites More sharing options...
.josh Posted April 28, 2006 Share Posted April 28, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/8605-run-php-script-without-browser-open/#findComment-31572 Share on other sites More sharing options...
toplay Posted April 28, 2006 Share Posted April 28, 2006 From what I gather of your post, you want to run a PHP script in the background as a cron job. Look in our tutorial section or search the web using "cron job".FYI: PHP scripts can also be run from the command prompt. Quote Link to comment https://forums.phpfreaks.com/topic/8605-run-php-script-without-browser-open/#findComment-31573 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.