[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); $size

[PHP-DEV] delete checked files

2002-02-25 Thread Dave Cranwell
Why not start an html form element before u start outputting the tr /s and td /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

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=

Re: [PHP-DEV] Delete checked files

2002-02-25 Thread Nautilis
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: Hi everybody, I show a list of files that I upload to the user's folder