The Spin
A tongue in cheek review of the news published this week regarding Wise County.
Normally posted every Sunday before 10:00 p.m. unless I'm lazy.
THE ARCHIVES OF $howManyTimesHaveIDoneThis SPINS"; //=========================== //ADDED A SEARCH BOX FOR GOOGLE FOR THE SPIN //============================ Print <<
only search WISECOUNTY.COM
HERE; //NOW WE WILL WORK WITH THE ARRAY BY FIRST SORTING IT BY DATE (WHICH IS WHY I PUT THE YEAR FIRST) sort($arrayOfFiles); foreach ($arrayOfFiles as $fileToLink) { //now i have to ignore the first two characters to get format of mm/dd/yy $myMonth = substr($fileToLink, 2, 2); $myDay = substr($fileToLink, 4, 2); $myYear = substr($fileToLink, 6, 2); $myCompleteDate = $myMonth ."/" . $myDay . "/" . $myYear; //now to rip off first two characters to get legitimate html $trueLink = substr($fileToLink, 2, 11); Print "Link for $myCompleteDate
"; } ?>