supanoob Posted October 9, 2007 Share Posted October 9, 2007 Ok, i was wondering if it would be possible to update 2 fields of a database every 2 minutes without actually running a cron job? Quote Link to comment https://forums.phpfreaks.com/topic/72492-solved-updating-a-table-every-2-minuts/ Share on other sites More sharing options...
trq Posted October 9, 2007 Share Posted October 9, 2007 A cron is really the only reliable way. Quote Link to comment https://forums.phpfreaks.com/topic/72492-solved-updating-a-table-every-2-minuts/#findComment-365544 Share on other sites More sharing options...
supanoob Posted October 9, 2007 Author Share Posted October 9, 2007 A cron is really the only reliable way. would the strain on the server be big from a cron updating 2 fields of 1 row every 2 mins? Quote Link to comment https://forums.phpfreaks.com/topic/72492-solved-updating-a-table-every-2-minuts/#findComment-365555 Share on other sites More sharing options...
trq Posted October 9, 2007 Share Posted October 9, 2007 Not at all. Quote Link to comment https://forums.phpfreaks.com/topic/72492-solved-updating-a-table-every-2-minuts/#findComment-365557 Share on other sites More sharing options...
supanoob Posted October 9, 2007 Author Share Posted October 9, 2007 Not at all. cool thanks, ill do it that way then, i just thought it better to check before rushing into things then changing them later along the line. Quote Link to comment https://forums.phpfreaks.com/topic/72492-solved-updating-a-table-every-2-minuts/#findComment-365559 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.