put in links

This commit is contained in:
Dan Olson 2000-05-15 19:06:57 +00:00
parent 474ee4c853
commit 29fe7a5634

View file

@ -15,8 +15,12 @@
{
for ($month = $today['mon']+1 ; $month > 1 ; $month--)
{
echo '<P>' .
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0));
echo '<P><A HREF="test2.php?mon=' .
date ("n", mktime (0,0,0,$month,0,0,0)) .
'&yr=' .
date ("y", mktime (0,0,0,0,0,$today['year'],0)). '">' .
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) .
'</A>';
}
$today['year']--;
}