I am having a paragraph and i want to make every first letter of the word into a capital letter using PHP.
ex:
converting every first letter into capital letter.
should convert into
Converting Every First Letter Into Capital Letter.
Thank You
There's a function for that —
ucwords()
: