RE: [PHP] file upload failed....:(

2001-04-15 Thread Ankur Verma
ma New Delhi India -Original Message- From: JoshuaHu [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 9:28 AM To: [EMAIL PROTECTED] Subject: [PHP] file upload failed:( I use PHP 4.04p11 on Apache. But my upload.php can't work... f1 is the name of file-upload-variable Upload

[PHP] file upload failed....:(

2001-04-15 Thread JoshuaHu
I use PHP 4.04p11 on Apache. But my upload.php can't work... f1 is the name of file-upload-variable Upload successfully"; $fname=substring (strrchr($f1_name,"\"),1); } unlink ($f1); ?> The browser returns Parse error: parse error in c:/inetpub/php_root/upload.php on line 8 Can anyone