Jump to content

Automate my countdown script


TimUSA

Recommended Posts

I would like to automate this script using php, dont even know where to begin  ???

 

so lets say I want it to run starting two hours before every:

Sunday at 1:00 AM UTC, 6:00 AM UTC, 9:00 AM UTC, and 8:00 PM UTC

Wednesday at 1:00 AM UTC, 6:00 AM UTC, 9:00 AM UTC, and 8:00 PM UTC

Friday at 1:00 AM UTC, 6:00 AM UTC, 9:00 AM UTC, and 8:00 PM UTC

 

<center><script language="JavaScript">
TargetDate = "12/28/2007 8:00 PM UTC";
ForeColor = "black";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes until Zone D.";
FinishMessage = "Zone races have started.";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script></center>

 

 

Link to comment
https://forums.phpfreaks.com/topic/83840-automate-my-countdown-script/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.