I want to highlight all the search terms in my results. It currently works, but only if the case matches. Does anyone know a way that I can ignore case?
I'm currently using....
$detailtext= str_replace($sKeywords, $highlighted_words, $detailtext);
Any suggestions?
Thanks.