1:session 与 cookie 的区别
session 保存在浏览器,关闭浏览器自己失效,一般保存20分钟
cookie 保存在自己的电脑上
2:$_FILE 判断是否有文件上传
<from enctype=" " ></from> // enctype选择要上传的文件
3:$_cpload 将文件上传到服务器的哪里
is_uploaded_file();
move_uploaded_file();
1:session 与 cookie 的区别
session 保存在浏览器,关闭浏览器自己失效,一般保存20分钟
cookie 保存在自己的电脑上
2:$_FILE 判断是否有文件上传
<from enctype=" " ></from> // enctype选择要上传的文件
3:$_cpload 将文件上传到服务器的哪里
is_uploaded_file();
move_uploaded_file();