Hi, i'm new here.
I have a question:
---
I have this code:
PHP Code:
$query = @mysql_query("SELECT name, Count(*) FROM table WHERE name Like '%$q%'");
echo " There's <b>" . $query . "</b> results for the query <b>" . $q . "</b>.\n";
This code count in how many rows the query exist.
How can I do that it count how many times the query exist?