apw Posted April 20, 2009 Share Posted April 20, 2009 Hello i have a cron time running and executing my php script every x-minutes but is there a way i can have a php script actually tell me how much time is left before the script runs Link to comment https://forums.phpfreaks.com/topic/154854-php-with-cron/ Share on other sites More sharing options...
trq Posted April 20, 2009 Share Posted April 20, 2009 No. Link to comment https://forums.phpfreaks.com/topic/154854-php-with-cron/#findComment-814434 Share on other sites More sharing options...
apw Posted April 20, 2009 Author Share Posted April 20, 2009 Dang ok .. What would be another way of doing this use the php time/date .. ? Link to comment https://forums.phpfreaks.com/topic/154854-php-with-cron/#findComment-814438 Share on other sites More sharing options...
trq Posted April 20, 2009 Share Posted April 20, 2009 Im not exactly sure what you want to do. If your looking for a timer, you will need to use something client side, not php. Link to comment https://forums.phpfreaks.com/topic/154854-php-with-cron/#findComment-814441 Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 I'm thinking... Each time scheduled script runs, make it update a file or a database. Then you can have another script, that would check how long has passed since it was run... Link to comment https://forums.phpfreaks.com/topic/154854-php-with-cron/#findComment-814515 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.