Tag Archives: php upper case characters

PHP Tutorial : Upper Case Characters

Another week, another fresh post over here. I will write shortly about two ways on how to make characters/letters upper case (capitalize). One way its strtoupper (string to upper) which converts all string, and the second its for first character … Continue reading

Posted in Short PHP Functions | Tagged , , , , , , , , | 2 Comments