How do you print the number of records in a mysql table?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Modified from PHP: mysql_result
Check out the PHP mysql functions if you're just getting started. If you're using any kind of framework, check out the database documentation for that framework. |
|||
|
|
|
Use this query to get the number of records in a table (e.g. named "tbl")
|
|||
|
|