PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm not used to looking around so I normally make my own scripts out of my own Ideas till someone like m3rjak point me PHP's built in functions <_< lol. Anyhow, you can have an array of the months and use array_search() to find the key of the month.
Nice little idea, I has thought about something like that, but dismissed it as i thought i'd have to do a for loop to search the array! Didn't know about array search!