07 2017 档案
摘要:话不多说,直接上代码! model.php 这里面为PHP的数据库操作类。 config.php 为数据库连接是需要的配置信息
阅读全文
摘要:注意:input中的name必须和上传类中的uploadFile中是传值一致!
阅读全文
摘要:1 allUrl()); 6 class Page{ 7 // 每页显示的个数 8 protected $number; 9 // 一共有多少数据 10 protected $totalCount; 11 // 当前页 12 protected $page; 13 // url 14 protected...
阅读全文
摘要:code.php是验证码类,类的名称最好和文件名的名称一样,这样有利于我们的查看。code.phpnumber=$number; $this->codeType=$codeType; $this->width = $width; $this->height= $height; //生成验证码函数 $...
阅读全文

浙公网安备 33010602011771号