I've seen previous threads but I still need help in highlighting
search terms like google does on their search result page.
I know I need, ob_start();
Then I process to highlight the search term hits, then I flush the
buffer to render the page.
I'm comfortable with PHP coding but what I need is simple step by step
help, with a simple search form example.
The explanations I see are either way to lofty or too small a piece of
the "puzzle".
Thanks,
Lee G.
search terms like google does on their search result page.
I know I need, ob_start();
Then I process to highlight the search term hits, then I flush the
buffer to render the page.
I'm comfortable with PHP coding but what I need is simple step by step
help, with a simple search form example.
The explanations I see are either way to lofty or too small a piece of
the "puzzle".
Thanks,
Lee G.
Comment