liamthebof Posted August 5, 2008 Share Posted August 5, 2008 Just wondering, is it possible to make a loop for my php script that will make it repeat every minute? I would use a cron job but I cant. Im thinking along the lines of a for() loop best on the minutes of the time? I dont know, any help appreciated. Link to comment https://forums.phpfreaks.com/topic/118190-solved-repeat-without-cronjob/ Share on other sites More sharing options...
trq Posted August 5, 2008 Share Posted August 5, 2008 Just wondering, is it possible to make a loop for my php script that will make it repeat every minute? Not reliably and not at all if your planning on executing this script via apache. Link to comment https://forums.phpfreaks.com/topic/118190-solved-repeat-without-cronjob/#findComment-608210 Share on other sites More sharing options...
liamthebof Posted August 5, 2008 Author Share Posted August 5, 2008 Ok, shall be done manually. Thanks for replying. Link to comment https://forums.phpfreaks.com/topic/118190-solved-repeat-without-cronjob/#findComment-608223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.