Hello guys
I have a word default and I want a php function to make only first letter capital. Can we do that. Please help me out as I am very new to php coding.
Thanks in advance!
feedback
|
|
You may want to use ucfirst(). Note: you may get wrong results with accented characters when you use this function. | |||||||||||
feedback
|
|
Hello Geeta you can simply use Hope this would help! | |||||||||
feedback
|
|
| |||||
feedback
|
|
I think that http://se2.php.net/manual/en/function.ucwords.php is the best function here :) | |||
|
feedback
|
|
ucfirst will work only on 1 word, and ucwords(strtolower($k)) will capitalize all first letters in a phrase enter link description here | |||
|
feedback
|
|
This is php code,help you
| |||
|
feedback
|