Hey guys. I am working on a search engine and having a little trouble.
How do you return the number of results found when you query a database?
For instance:
Quote:
while($qry = mysql_fetch_array($result))
{
|
That will of course print the results however I choose to format them, but is there a way to extract how many results were found?
Thanks!