#3 and going strong

This commit is contained in:
Dan Olson 2000-05-15 17:48:29 +00:00
parent e6600e55c3
commit b17ec4f480

View file

@ -15,8 +15,8 @@
{ {
for ($month = $today['mon'] ; $month > 0 ; $month--) for ($month = $today['mon'] ; $month > 0 ; $month--)
{ {
echo '<P>' . $thing = date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0);
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0); echo '<P>' . $thing;
} }
} }
} }