I am trying to do the following with my search script that looks for records
in a mysql table. The following is an example of what I am trying to do.
Text being searched:
--
The brown fox jumped over the green fence then jumped into the web monitor.
It was hurt so it jumped backwards and fell on its!
--
The word we're searching for "web".
The results should look like
--
...then jumped into the *web* monitor. It was...
--
Are there any functions out there that will do this? Or what would it take
to make one?
--
Sharif T. Karim
....you don't know wrath yet...
in a mysql table. The following is an example of what I am trying to do.
Text being searched:
--
The brown fox jumped over the green fence then jumped into the web monitor.
It was hurt so it jumped backwards and fell on its!
--
The word we're searching for "web".
The results should look like
--
...then jumped into the *web* monitor. It was...
--
Are there any functions out there that will do this? Or what would it take
to make one?
--
Sharif T. Karim
....you don't know wrath yet...
Comment