Jump to content

bold search text


robert_gsfame

Recommended Posts

i have below code n it didnt work :confused: :confused:

 

$searchtext=explode(" ",$_POST['text']);

$countsearchtext=count($searchtext);

$product1x=htmlentities($selectimagefetch['product_name']);

 

for($i=0;$i<$countsearchtext;$i++){

if(strpos($product1x,$searchtext[$i])==true){

$product1=str_replace($searchtext[$i],"<b>".$searchtext[$i]."</b>",$product1x);}else{

$product1=$product1x;}

}

 

i dont get the bold search text??

 

thx

Link to comment
https://forums.phpfreaks.com/topic/207578-bold-search-text/
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.