HomePHP Write a PHP script to convert first character uppercase Vikram somai September 22, 2021 0 Comments Facebook Twitter Write a PHP script to convert first character uppercaseucfirst():-The ucfirst() function converts the first character of a string to uppercase.code:-<?phpecho ucfirst("hello world"); ?>output:-Hello world Tags PHP Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!