Quote:
Originally posted by Hardcore J
Wouldn't that make it rotate 10 instead of 9 ?
|
Actually since it doesn't count zero.. change all the 4's to 9's.
Results from my test:
Day: 269, 08.html
Day: 270, 09.html
Day: 271, 01.html
PHP Code:
if ($day > 9) {
while($day > 9) {
$day = ($day - 9);
}
}