搜索词只显示自己的大小,例如;
如果搜索词只显示小写字母
如何让大小差异变得不重要?
$Text= str_replace($_POST['keyword'], '<b style="color: #df5a5a;text-decoration: underline;">'.$_POST['keyword'].'</b>', $rs['Text']);
$TextDesc= str_replace($_POST['keyword'], '<b style="color: #df5a5a;text-decoration: underline;">'.$_POST['keyword'].'</b>', $rs['TextDesc']);
答案 0 :(得分:0)
这是原型,希望您知道如何查询数据库并将其转换为JSON格式 http://code.runnable.com/V9Qu6iYUrhNC267j/big-small-letters-in-autocomplete-search-for-php