Skip to content

Instantly share code, notes, and snippets.

@casspangell
Created January 20, 2011 22:36
Show Gist options
  • Save casspangell/788836 to your computer and use it in GitHub Desktop.
Save casspangell/788836 to your computer and use it in GitHub Desktop.
for($i=1; $i<13; ++$i){
echo "<a href=" . CreateMonth($month[$i]) . ">" . $month[$i] . "</a><br />";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment