login yet";
}
echo "Back to main page";
?>
Regards,
Gede Gilijk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Joe,
I have been there:-)
I use this scripts
The first time I run this script, I works fine. The file downloads properly
to the client machine with the right size and content. Most of the file is
text file.
After some times, I met the same problem as yours. The file size is 0.
I don't know,
Its works for file .html or.zip or .tar or .tar.gz
But it is not for text file..
Could you recommend how I download text file ?
What do I have to do in my scripts...?
I read the manual about HTTP functionsand search through mailing list
about header functions
but still no clue
Dear PHPmania,
I am new to PHP and I start to write some script.
$folder = USER_ENV(ID_user);
// echo $folder;
$destination = "/home/gilijk/data/".$folder;
// echo $destination;
if ($filename1!="none") {
copy($filename1,$destination."/".$filename1_name);
echo "$filename1_name telah
4 matches
Mail list logo