what i want is : $s_month can be 1 to 12 if($s_month == 1){$s_month = 'JAN'}; and so on how can i do it.
- RE: problem in writing code(switch/case)or enum Rahul Garg
- RE: problem in writing code(switch/case)or enum Gibbs Tanton - tgibbs
- Re: problem in writing code(switch/case)or enum Bill Jones