自动完成搜索中的大/小字母

时间:2016-09-10 13:25:44

标签: javascript php jquery html str-replace

搜索词只显示自己的大小,例如;

如果搜索词只显示小写字母

enter image description here

如何让大小差异变得不重要?

$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']);

1 个答案:

答案 0 :(得分:0)

这是原型,希望您知道如何查询数据库并将其转换为JSON格式 http://code.runnable.com/V9Qu6iYUrhNC267j/big-small-letters-in-autocomplete-search-for-php