Day.07.05 HTML-PHP上传图片

1.MySQL数据库localhost连接出错2003,无法连接服务器. 
2.MySQL新建表 设计表->填完->保存
3.html直接网页上显示图片

 ![](http://upload-images.jianshu.io/upload_images/1395501-a0776ecfcf7b8cbf.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 
 
4.var_dump是PHP
   dump是Tink PHP 不能再PHP里使用
5.php打印出现乱码
  header("Content-type:text/html;charset=utf-8");
6.错误.Cannot redeclare class FileUpload
      重复定义  不用include "fileupload.class.php";
      改$up = new fileupload;为$up = new \Think\fileupload();


你可能感兴趣的:(Day.07.05 HTML-PHP上传图片)