[PHP] session_id()

2001-12-07 Thread Gede Gilijk
; } echo a href=\authmain.php\Back to main page/a; ? 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 ? function detect_browser($variable) { if(eregi((msie) ([0-9]{1,2}.[0-9]{1,3}), $variable)) { $content = ie; } else { $content = nn; }

[PHP] Upload problem

2001-10-02 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