Hi,
this is what i am looking for.
echo functionName("1") will print January
echo functionName("2") will print February
....
....
echo functionName("12") will print December
i want to know if there is any inbuilt function like that in PHP.
thanx in advance.
kiranvj
Start Free Trial