I have a field Website in the db table Authors declared as httpuritype. I need to compare the text within <title> ... </title> tag of that field with another field of a db table Works and select the records that have any word that appears within the tag <title> of the former field Website.
So if in the tag <title> there is the string "have a nice day" and in the field of the other table the string "a good day for a walk" it will return the record because they have any words matching. Any idea?
So if in the tag <title> there is the string "have a nice day" and in the field of the other table the string "a good day for a walk" it will return the record because they have any words matching. Any idea?