I have a paragraph of text which I want to search through and replace specific words with other text.
I have a MySQL table of terms which I want use to search through the paragraph. If a word that exists in the table exists in the paragraph then I can replace it with something.
Any ideas?
Many Thanks