is there a way that i can do this shorter? i have some ideas, but i'm not sure how to implement it.$monthname[0] = 'jan'; $monthname[1] = 'feb'; . . . $monthname[11] = 'dec';
$monthname[] = {'jan', 'feb', ... ,'dec'};
In reply to creating an array of names by bdawg613
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |