Keyword social title case conversion.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user