Gamer434 Posted August 21, 2008 Share Posted August 21, 2008 Not sure if this is the right place so please move if it's not. I basically have a scenario that needs a solution. There is a site that runs using html but mainly javascript. A link becomes active once every 24 hours which allows it to be clicked. Would it be possible to produce something that will provide an alert the moment that link becomes active? Quote Link to comment https://forums.phpfreaks.com/topic/120774-active-link/ Share on other sites More sharing options...
trq Posted August 21, 2008 Share Posted August 21, 2008 The only thing you could do would be write a script that checks this webpage, if the link is active have the script email you. You would then need to execute this script periodically via cron. Quote Link to comment https://forums.phpfreaks.com/topic/120774-active-link/#findComment-622594 Share on other sites More sharing options...
Stooney Posted August 23, 2008 Share Posted August 23, 2008 If it's every 24 hours on the dot, find out when it becomes active and just run some sort of timer counting down 24 hours. Quote Link to comment https://forums.phpfreaks.com/topic/120774-active-link/#findComment-623446 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.