[PHP] session_id()

2001-12-07 Thread Gede Gilijk
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]

Re: [PHP] Download File Problem - text not appearing on downloaded file

2001-11-20 Thread Gede Gilijk
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,

Re: [PHP] Download script - sometime works sometime not

2001-11-08 Thread Gede
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

[PHP] Upload problem

2001-10-01 Thread Gede Gilijk
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