• 大小: 622KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 标签: PHP源码  课程设计  

资源简介

这个我课程设计的源码,里面的内容还算全面,最主要是有数据库备份,环境用PHP-NOW集成包导入就可以直接用了,初学者或者是用来做课程设计的,这个里面的源码足够用了,里面有我多种数据的处理方式,有问题可以联系我:QQ347576073 代码部分:文件的上传下载功能、分页模型

资源截图

代码片段和文件信息


lns=“http://www.w3.org/1999/xhtml“>

ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“ />
tle>tle>



//禁用错误报告
error_reporting(0);


session_start();
$username=$_POST[username];   //接收表单提交的用户名
$password=$_POST[password];   //接收表单提交的密码



class chkinput{                //定义类
   var $username; 
   var $password;
   var $u_id;

   function chkinput($x$y$z){
     $this->username=$x;
     $this->password=$y;
 $this->u_id=$z;
    }

   function checkinput(){
   include(“conn/conn.php“);      //连接数据源
  $sql=mysql_query(“select u_id from user where username=‘“.$this->username.“‘ and p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-06-24 18:38  lunwenxitong\
     文件         401  2014-06-23 23:39  lunwenxitong\.project
     文件        2208  2014-06-25 09:49  lunwenxitong\chklogin.php
     目录           0  2014-06-23 23:39  lunwenxitong\conn\
     文件         562  2014-06-06 16:08  lunwenxitong\conn\conn.php
     目录           0  2014-06-23 23:39  lunwenxitong\css\
     文件         673  2014-04-28 13:42  lunwenxitong\css\login.css
     文件        1273  2014-04-28 21:20  lunwenxitong\css\main.css
     文件        4361  2014-05-23 23:12  lunwenxitong\css\menu.css
     文件         422  2014-06-23 10:17  lunwenxitong\css\table.css
     目录           0  2014-06-23 23:45  lunwenxitong\images\
     文件        1150  2014-04-24 15:58  lunwenxitong\images\click.png
     文件         375  2014-04-24 13:30  lunwenxitong\images\foot_bg.png
     文件         269  2014-04-24 14:16  lunwenxitong\images\head_bg.png
     文件        1833  2014-04-24 15:11  lunwenxitong\images\login.png
     文件        1882  2014-04-25 10:22  lunwenxitong\images\login_success.png
     文件        1121  2014-04-24 19:24  lunwenxitong\images\menu_body.png
     文件       45505  2014-04-24 16:18  lunwenxitong\images\minda.jpg
     文件        1196  2014-06-11 09:40  lunwenxitong\images\search_icon.png
     文件        5283  2014-04-24 21:08  lunwenxitong\images\short_cut.png
     文件       16136  2014-04-28 18:46  lunwenxitong\images\shouye.png
     文件        5791  2014-04-24 14:36  lunwenxitong\images\title.png
     文件       11531  2014-04-28 18:47  lunwenxitong\images\tuichu.png
     文件         201  2014-01-08 11:40  lunwenxitong\images\vicon.png
     目录           0  2014-06-23 23:39  lunwenxitong\js\
     文件       93436  2014-06-22 00:25  lunwenxitong\js\jquery.js
     文件        2527  2014-06-21 19:24  lunwenxitong\login.php
     目录           0  2014-06-23 23:42  lunwenxitong\student\
     文件        3944  2014-06-22 16:23  lunwenxitong\student\arrange_task_read.php
     文件        1954  2014-06-22 16:03  lunwenxitong\student\chklogin.php
     文件         693  2014-06-24 19:16  lunwenxitong\student\chooseThsis_stu_ok.php
............此处省略188个文件信息

评论

共有 条评论