From bead488d747a9371b2022d71c853756a63d2b97e Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Sun, 23 Jul 2023 08:27:36 -0500 Subject: [PATCH] Keyword social title case conversion. --- keywordresults.php | 2 ++ 1 file changed, 2 insertions(+) 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