Re: [PHP] Getting the size of a mysql table using php

2004-08-14 Thread Greg Donald
On Sat, 14 Aug 2004 01:52:31 -0500, Brent Clements <[EMAIL PROTECTED]> wrote: > How does one get the size of a mysql table using php? I tried taking a look at how > phpmyadmin does it but got lost in the code. Anyone have any simple or elegant ways > of doing this? show table status like 'table

[PHP] Getting the size of a mysql table using php

2004-08-13 Thread Brent Clements
How does one get the size of a mysql table using php? I tried taking a look at how phpmyadmin does it but got lost in the code. Anyone have any simple or elegant ways of doing this? -Thanks Brent