stig1 Posted November 13, 2008 Share Posted November 13, 2008 Is it possible to create a script that will run automatically at a certain time throughout the day without the user having to click a button or execute the page? I am looking at creating an update script for prices, stock etc, and the directors would like it to run every hour without the need for me to click a button or execute the script. Is this possible? If so, how? Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/ Share on other sites More sharing options...
DeanWhitehouse Posted November 13, 2008 Share Posted November 13, 2008 cron jobs, google it Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/#findComment-689689 Share on other sites More sharing options...
stig1 Posted November 13, 2008 Author Share Posted November 13, 2008 I can code all the update part.. just can't find the update automatically on the web... Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/#findComment-689701 Share on other sites More sharing options...
revraz Posted November 13, 2008 Share Posted November 13, 2008 A CRON job runs on the server, you have to learn how to set one up and how to set it for the time you want it to run. This has nothing to do with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/#findComment-689706 Share on other sites More sharing options...
stig1 Posted November 13, 2008 Author Share Posted November 13, 2008 Oh ok! Thanks revraz, I didn't know as I never heard of it, thought he was taking the piss out of me! My apologises! Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/#findComment-689709 Share on other sites More sharing options...
DeanWhitehouse Posted November 13, 2008 Share Posted November 13, 2008 Did you google what i said? if you did then you would of known i wasn't Next time don't jump to conclusions just because you don't understand the terminology Quote Link to comment https://forums.phpfreaks.com/topic/132632-automation-script/#findComment-689718 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.