hi
i have a problem in fulltext searching
my query works fine in phpmyadmin but when i use it in my php code no result returns and no errors too just 0 result
my query is:
$sql="select ID from mytable where match myfield against ('myword');
i don't know why plz help me asap
thanks alot
i have a problem in fulltext searching
my query works fine in phpmyadmin but when i use it in my php code no result returns and no errors too just 0 result
my query is:
$sql="select ID from mytable where match myfield against ('myword');
i don't know why plz help me asap
thanks alot