Hi frnds...
here i m doing search for my website...
$mcat='abc';
$query="SELECT * FROM news WHERE topic LIKE '%$mcat%' ";
here , the problem is in my db table $mcat value stored as doublequotes ...the word itself having double qoutes....
the above query working for all other sarch items, except double quotes words...plz give me some suggestions...
Thanks in advance...
Saritha...