I don't know if my title is telling exactly the right thing what I try to do but so on here an example of course.
e.g.
I have a database with the fields id | animal | population ... It's all about the animal field. I have a string like 'the animal is a fox', or 'the fox is brown'.
I would like to pass this string through a mysql query which will return me 'fox' as a match.
Thank you in advance!
Nick