i am having an issuse not sure how to approach this i have setup a area that grabs user's / user data by a search now i dont get the same results when i do lower case and uppser case any ideas ?
$query = "SELECT * FROM `users` WHERE `$lookby` LIKE '%$lookfor%'";