gandalf458
IS-IT--Management
I simply want to count the number of rows in a table. I have:
$query = 'SELECT count(*) FROM talks;';
but then how do I get the result of the select? I'm using PDO.
Thanks
$query = 'SELECT count(*) FROM talks;';
but then how do I get the result of the select? I'm using PDO.
Thanks