avatar
use strtolower in PHP to convert strings to lowercase PHP
$str = strtolower($str);
You need to login to do this manipulation!