Hello everyone,
I upload some files on my server. If the number of lines of a file exceeds
159, I want to erase the file.
Actually the unlink() function doesn't work, I have this error : Warning:
Unlink failed (Permission denied) in D:\Data\WebSSL\tm\RFP\upload2.php on
line 78.
My code is :
$j++;
echo "
";
}
?>
-Original Message-
From: Stuart Dallas [mailto:stuart@;stut.net]
Sent: Wednesday, October 30, 2002 11:29 AM
To: Andres, Cyrille
Cc: Jonathan Sharp; PHP List; php
Subject: Re: [PHP] parse error
On Wednesday, Oct 3
thx, but I still have the same error
I think I have a poltergheist in my computer !!!
-Original Message-
From: Jonathan Sharp [mailto:js-lists@;sharpmedia.net]
Sent: Wednesday, October 30, 2002 11:13 AM
To: Andres, Cyrille
Cc: PHP List; php
Subject: Re: [PHP] parse error
try:
$fp
Hello everybody,
maybe I am dumb , I dunnow, I have a parse error here and I don't understand
why :
$fp=fopen("temp/$userfile_name[$i-1]","w+");
the error I get is : Parse error: parse error, expecting `']'' in
D:\Data\WebSSL\tm\RFP\upload2.php on line 61
THANX !!! :(((
=
Hello everybody,
I created a form allowing user to upload some files on my server. It works
very fine.
But now I would like him -the user- to be able to choose several files and
upload them at the same time by submitting the form.
Actually I don't really know how to do that, if somebody would ha
Hello everybody,
I want to allow the client to upload a text file on my web server, so I use
this code :
Uploaded files details
", $HTTP_POST_FILES["userfile"]["name"]);
printf("Temporary Name : %s ",
$HTTP_POST_FILES["userfile"]["tmp_name"]);
printf("Size : %s ", $HTTP_POST_FILES["userf
6 matches
Mail list logo