Convert case of word or sentence in PHP (Capital and Lower)
Sometime we need to convert case of the word o variable we got in PHP. PHP have a built in function for converting the case of the word, Which can be use as below code. Some example are, we save all …