Good Morning,
I am hoping someone can help me. I am not even sure if this is possible. I am building a hockey pool site and I would like to automatically update the value of a variable once a week or 26 times. I would like to use the clock on the server and not the users machine.
I know this is not the proper code but this is what I would like to do:
<?php
$a="1A";
AS OF THURSDAY OCTOBER 7, 2010 AT 19:00 EST $a=$2A;
AS OF MONDAY OCTOBER 11, 2010 AT 19:00 EST $a=$3A;
ETC, ETC, FOR 26 WEEKS
?>
I have a few of these to do, but once I figure out one the rest will be easy.
Anybody have any suggestions?
Thanks in advance!