草庐IT

wordsArray

全部标签

PHP搜索结果高亮脚本

假设我在我的网站上搜索“TalesofanAncientEmpire”。我的数据库正在进行全文搜索,结果出现了。我有这个功能用于突出显示thngyfunctionsublinhamos($text,$words){//explodethephraseinwords$wordsArray=explode('',$words);//loopallsearchedwordsforeach($wordsArrayas$word){//highlight$text=str_ireplace($word,"".strtoupper($word)."",$text,$count);}//rightt