at this moment I´m working on a search script. I want the searched strings to be highlighted in the output.
for example:
somebody enters the word monday in the searchfield. My script makes a database query and delivers the hole text: Meatless Monday prevents causes of heart disease, ...
I want the word monday e.g. with a yellow background or something.
I´m using while and mysql_fetch_object in my script.
Bookmarks