Re: [PHP-DEV] Delete checked files

2002-02-25 Thread Nautilis
D]> Sent: Monday, February 25, 2002 5:38 PM Subject: Re: [PHP-DEV] Delete checked files > PHP-DEV is for the development OF PHP, not for developing WITH PHP. > Ask support questions on PHP-GENERAL ([EMAIL PROTECTED]). > > Sander > > On 2002.02.25 17:04 Nautilis wrote: > &

Re: [PHP-DEV] Delete checked files

2002-02-25 Thread Sander Roobol
PHP-DEV is for the development OF PHP, not for developing WITH PHP. Ask support questions on PHP-GENERAL ([EMAIL PROTECTED]). Sander On 2002.02.25 17:04 Nautilis wrote: > Hi everybody, > > I show a list of files that I upload to the user's folder using the > next > code: > > $path= "..

[PHP-DEV] delete checked files

2002-02-25 Thread Dave Cranwell
Why not start an html form element before u start outputting the s and s of ur table. Finish it at the end of ur while loop, oh...and include a submit button. The submit calls either a new script or the same script itself, only using url query strings to specify a different part of the code. Eac

[PHP-DEV] Delete checked files

2002-02-25 Thread Nautilis
Hi everybody, I show a list of files that I upload to the user's folder using the next code: $path= "../clients/$user"; $dir = opendir ($root); while ($archivo = readdir ($dir)) { $size = filesize("$path/$filename"); $size = ($size/1024); $s