Below is some code from a FULLTEXT search. My question is how do I get a
count of the number of rows found by the search?
$query="SELECT * FROM balloon_txt WHERE MATCH(access_no , recs_txt)
AGAINST ('meteorology') ";
$result = MySQL_query($qu ery);
Thanks,
Lee G.
count of the number of rows found by the search?
$query="SELECT * FROM balloon_txt WHERE MATCH(access_no , recs_txt)
AGAINST ('meteorology') ";
$result = MySQL_query($qu ery);
Thanks,
Lee G.
Comment