$style = (strpos($needle,$row['phone'])!==false)?'style="color:red"':null; //... echo "<td '.$style.' align='center'>" . $row['phone'] . "</td>";