shergold Posted March 5, 2008 Share Posted March 5, 2008 hey guys, all help is very appriciated. im new to php and programming in general, i was wondering how you would get information that gets input in a mysql database without anyone being on the php pages for the scripts to run. i want to input information from a game called eve-online, here is a example: there is a website called eve-bank.net and every hour it checks if money has been sent to there ingame player account, it then updates information on the website. so basicly how do they get it to update the website with out anyone being on the pages to execute php scripts that would do that? sorry if my question sounds confusing. thanks, shergold. Link to comment https://forums.phpfreaks.com/topic/94576-please-help/ Share on other sites More sharing options...
revraz Posted March 5, 2008 Share Posted March 5, 2008 CRON jobs can execute scripts at pre-determined times. Link to comment https://forums.phpfreaks.com/topic/94576-please-help/#findComment-484290 Share on other sites More sharing options...
shergold Posted March 5, 2008 Author Share Posted March 5, 2008 ah thankyou i didnt think of that, so i could make it execute a php script every hour? Link to comment https://forums.phpfreaks.com/topic/94576-please-help/#findComment-484294 Share on other sites More sharing options...
revraz Posted March 5, 2008 Share Posted March 5, 2008 Sure can Link to comment https://forums.phpfreaks.com/topic/94576-please-help/#findComment-484295 Share on other sites More sharing options...
shergold Posted March 5, 2008 Author Share Posted March 5, 2008 ok, thanks allot . Link to comment https://forums.phpfreaks.com/topic/94576-please-help/#findComment-484296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.