Changing first char to upper case in PHP
welcome to plus2net.com
After changing : Welcome to plus2net.com
$string= 'welcome to plus2net.com';
echo $string.'<br>';
echo "After changing : ".ucfirst(welcome to plus2net.com);
To change all the first chars ( of all words ) of a string we have to use
ucwords() ← All Basic Codes
← Subscribe to our YouTube Channel here
This article is written by plus2net.com team.
https://www.plus2net.com
plus2net.com