I want to serch for a string in a mysql database, but I do not need the records in witch the string is inside a html tag. For example:
I search for "font". The record "sometextwithoutkey<font size=1>a</font>sometextwithoutkey"
is not a match, because "font" is betwwen < and >.
The record "sometextwithoutkey<font size=1>font</font>sometextwithoutkey"
is ok because i have a match for "font" that is not between < and >
I hope you understand. Please I need this as quick as possible