CSS text transform property instead of php function
by barkkathulla[ Edit ] 2013-10-11 20:09:48
h1 {text-transform:uppercase;}
h2 {text-transform:capitalize;}
p {text-transform:lowercase;}
This method can avoid repeted use of php function...
this can be define for any html elements...