if (!isset($mnth)) { $mnth='jan'; } $months[1] = 'JAN'; $months[2] = 'FEB'; $months[3] = 'MAR'; $months[4] = 'APR'; $months[5] = 'MAY'; $months[6] = 'JUN'; $months[7] = 'JUL'; $months[8] = 'AUG'; $months[9] = 'SEP'; $months[10] = 'OCT'; $months[11] = 'NOV'; $months[12] = 'DEC'; $fullm['JAN'] = 'January'; $fullm['FEB'] = 'February'; $fullm['MAR'] = 'March'; $fullm['APR'] = 'April'; $fullm['MAY'] = 'May'; $fullm['JUN'] = 'June'; $fullm['JUL'] = 'July'; $fullm['AUG'] = 'August'; $fullm['SEP'] = 'September'; $fullm['OCT'] = 'October'; $fullm['NOV'] = 'November'; $fullm['DEC'] = 'December'; $mnth = strtoupper($mnth); if (!in_array($mnth,$months)) { $mnth = 'JAN'; } echo "\n"; echo "
\n"; echo "Stoney Cove Average Daily Temperatures for ".$fullm[$mnth]."
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; ?>