<?php $months = array("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
foreach( range( 1, 12 ) as $month ) { print $months[ $month ]; } ?> On Thu, 2003-06-19 at 12:57, drparker wrote: > Is there any way I could loop thru and print all the month names (i.e. > January, February)? -- Tyler Lane <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part