我用PHP setcookie("user","Alex Porter",time()+3600);结果浏览器中报错
 Warning: Cannot modify header information - headers already sent by (output started at   F:\AppServ\www\phplove\2phpHighLever.php:74) in F:\AppServ\www\phplove\2phpHighLever.php on line 115而我用move_uploaded_file($_FILES["upLoadFile"]["tmp_name"],"upload/".$_FILES["upLoadFile"]["name"]);结果浏览器报错
Warning: move_uploaded_file(upload/杨恭如3.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in F:\AppServ\www\phplove\1welcomePhpWorld.php on line 37Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\temp\php51.tmp' to 'upload/杨恭如3.jpg' in F:\AppServ\www\phplove\1welcomePhpWorld.php on line 37
Upload file stored in: upload/杨恭如3.jpg 我英语不好,各位PHP高手,这是怎么回事呢?