I am trying to loop through dates with PHP. Currently my code gets stuck in a loop repeating 110307. I need the date format to be in yymmdd. Here is what I was trying to use:
Try using a unix timestamp and adding 86400 each time. That's gotta be faster than calling strtotime(). You can lookup timestamp conversions online.
strtotime()
'; } ?>