RE: [PHP] Amount of data in the database

2003-01-11 Thread Timothy Hitchens \(HiTCHO\)
Give this a go.. for each of the databases use: SHOW TABLE STATUS FROM xx; That will return a huge amount of size etc data!! Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] -Original Message- From: Denis L. Menezes [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP] Amount of data in the database

2003-01-11 Thread Denis L. Menezes
like seeing the file sizes of each email in hotmail. Thanks Denis - Original Message - From: Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] To: 'Denis L. Menezes' [EMAIL PROTECTED]; 'PHP general list' [EMAIL PROTECTED] Sent: Sunday, January 12, 2003 1:29 PM Subject: RE: [PHP] Amount of data

RE: [PHP] Amount of data in the database

2003-01-11 Thread Timothy Hitchens \(HiTCHO\)
Message- From: Denis L. Menezes [mailto:[EMAIL PROTECTED]] Sent: Sunday, 12 January 2003 4:10 PM To: [EMAIL PROTECTED]; 'PHP general list' Subject: Re: [PHP] Amount of data in the database Thanks Timothy. I want to find the amount of data for each member in the database using PHP