$input_txt = eregi_replace($word_to_higlight, '<span style="color:red;">' . $word_to_highlight . '</span>', $input_txt);
Comment