On Saturday 15 February 2003 03:17, joe wrote:

> now to the point...
> i need a script. it should work on safe mode php so it should be as simple
> as possible.
> it should calculate all the file sizes in the directory that it is in and
> in the subdirectories also (only 1 level subdirectories). it should echo
> the total size of the uploaded files.
> then it should take the filesize and substract it from 25 megabytes. that
> is the limit on this server. then it should echo the result (the maximum
> number of kilobytes that can still fit on this account).
> unfortunately i have insuffitient knowlege to do it miself.
> i just want to thank anyone who can help me.

Most of the functions that you need to accomplish this can be found in 
chapters 'Directory functions' & 'Filesystem functions'.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
We gave you an atomic bomb, what do you want, mermaids?
                -- I. I. Rabi to the Atomic Energy Commission
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to