> however, i would like to show the user how many rows there are in each table > (where i have put numrows), how could i do this? > > thanks for your help
Since MySql version 3.23 you can use "show table status" to show a lot of information for all tables in a database, including the number of rows. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php