prudens Posted October 11, 2008 Share Posted October 11, 2008 Hey, There's this website that takes an input every 12 hours... http://www.wowgasm.org/tools/voter.php Is there anyway I can code PHP to input "Something" and select one of the dropdown boxes every 12 hours?? How do i do that? Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/ Share on other sites More sharing options...
Maq Posted October 11, 2008 Share Posted October 11, 2008 There's this website that takes an input every 12 hours... Could u be more descriptive? What do u mean every 12 hours? Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662539 Share on other sites More sharing options...
prudens Posted October 11, 2008 Author Share Posted October 11, 2008 like maybe it reloads the website and submits the information every 12 hours? Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662545 Share on other sites More sharing options...
teng84 Posted October 11, 2008 Share Posted October 11, 2008 set up cron to be run every 12 hours Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662552 Share on other sites More sharing options...
Maq Posted October 11, 2008 Share Posted October 11, 2008 Depends what server you're running but it's either a cron job or task scheduler to automatically run a script that submits your data every 12 hours. Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662703 Share on other sites More sharing options...
prudens Posted October 11, 2008 Author Share Posted October 11, 2008 How do I write a function to run every 12 hours?? Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662713 Share on other sites More sharing options...
Maq Posted October 11, 2008 Share Posted October 11, 2008 It's not a function, you add a cron job to your crontab which runs automatically. What system are you running? My guess is that you'll need a cron job please read this. Quote Link to comment https://forums.phpfreaks.com/topic/127948-auto-input/#findComment-662714 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.