Click to See Complete Forum and Search --> : Qouta Space monitor thingy


william232
06-19-2006, 04:47 AM
Is it Possible to have a function or piece of php code that calulates how much space is on the account for the user to have? without them having to login into their webhosting control panel to look how much they have is this possible?

Is this Possible?

If,So how can i do it

Thank you.

chrisranjana
06-19-2006, 07:47 AM
Well if the user's files reside under directories accessible by the PHP scripts, I guess it can be done

bathurst_guy
06-19-2006, 07:52 AM
You could try filesize("/path/to/user/dir");

william232
06-19-2006, 02:03 PM
What if all the web page content being store in the database can this still be done though?