Jump to content

Highlighting search results - case insensitive


dpc

Recommended Posts

Hi,

I'm searching through a database I have for keywords and can get the correct search results to display in a table and highlight the results, but the method I am using replaces any upper/lower case letters with whatever the search term was. (In my case $trimmed).

Could anybody help me find a better solution than using eregi_replace ?

 

Example below:-

<? echo eregi_replace( $trimmed, "<span class=\"searchresults\">".$trimmed."</span>", $EntryID ) ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.