Keyword social title case conversion.

This commit is contained in:
2023-07-23 08:27:36 -05:00
parent 5f6e0ace55
commit bead488d74

View File

@ -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