Converting into Uppercase Before getting into Database in PHP

PHP
$str = strtolower($str);
Source

Also in PHP: