diff --git a/keywordresults.php b/keywordresults.php index bff10a2..d59dae0 100644 --- a/keywordresults.php +++ b/keywordresults.php @@ -5,6 +5,8 @@ include_once "settings.php"; // Get and use a basic title search for pulling records. $keywordsearch = htmlspecialchars($_GET["kw"]); +$socialkw = mb_convert_case($keywordsearch, MB_CASE_TITLE, "UTF-8"); + // -------------------- BEGIN DATABASE QUERIES -------------------- // Establish atabase connection