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:
> &
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= "..
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
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