Jump to content

simple highlight


RobertP

Recommended Posts

i searched, but have had no luck.

 

i want to highlight text while keeping the text's structure.

 

this is what i am using ...

$search_results[] = array($search['_action'],$search['_title'],preg_replace("/$q/i","<span style=\"background-color:#FFFF00;color:#333333;\">$q</span>",$page_content));

 

it will highlight the $q, but if i search "test", then the text it highlights will be "test", i want it to remain TEST for example. i need to keep the search quires case.

i guess i suck at explaining these things :D

 

Link to comment
https://forums.phpfreaks.com/topic/248518-simple-highlight/
Share on other sites

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.