Hi i tried get a table count in php/mysql assignment, but it gives an error called
Resource id #5
My code
$table_count = mysql_query("SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'mydb' AND table_name LIKE 'table_%'");
echo($table_count);
can anybody help on this matter