I've got a string of data let's say
"I love PHP and not Java"
I've also got a table of data where I have keywords such as
.NET
Java
PHP
I want to do a random search where one of the words matches something in my database.
HOw can I do this? I know the random search part just not marching part of my string.