how to convert Month in words to its numeric equivalent....
example:
<?php
$month = 'JANUARY';
// code to convert the month JANUARY to its numerical equivalent...
echo 'help please for the numerical JANUARY equivalent here';
?>
-----------------------------
SAMPLE OUTPUT
01