0
I am using MYSQL to show some data on my website... But some data is in lower case, and I need the first letter to be uppercase.
However I do not know how to do this using variable... I need the data of my variable "$name"
uppercase the first letter.
Useful links http://php.net/manual/en/function.ucfirst.php http://php.net/manual/en/function.strtolower.php http://php.net/manual/en/function.strtoupper.php
– Marcos Xavier