Gath Posted September 19, 2007 Share Posted September 19, 2007 Hi... I want to get a 'security' trigger on a loop based on the time it has run. What would be the best way to do this? With 'break'? The loop is opening a file, but the file is on a diferent network, what is the way i take to place the break? Check time before open, and check time 'after'? I dont understand if the second check would happen even if the loop would... halt or something. Hmm, i guess i'm confused... Thanks for any info. Quote Link to comment https://forums.phpfreaks.com/topic/69840-best-way-to-break-a-loop/ Share on other sites More sharing options...
d22552000 Posted September 19, 2007 Share Posted September 19, 2007 break; otherwise im not sure, get one of those page load timer scripts and you can use that in the loop, it will work fine. The loop will not halt the timer, but may reset it each time it loops. Quote Link to comment https://forums.phpfreaks.com/topic/69840-best-way-to-break-a-loop/#findComment-350840 Share on other sites More sharing options...
cooldude832 Posted September 19, 2007 Share Posted September 19, 2007 Just a suggestion that doesn't' follow your logic. Use a checksum, when the data is being accessed on the away server send a checksum to be returned that contains a code/timestamps. If the returning checksum fails then you know you got issues. Of course this requires some added features to server B you might not have Quote Link to comment https://forums.phpfreaks.com/topic/69840-best-way-to-break-a-loop/#findComment-350845 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.