基本信息
源码名称:thinkphp 学生选课系统源码(含mysql数据库脚本以及文档)
源码大小:18.75M
文件格式:.zip
开发语言:PHP
更新时间:2018-12-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元×
微信扫码支付:5 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>登陆</title>
<link rel="stylesheet" href="style.CSS">
</head>
<body>
<center>
<table border="0" cellspacing="1" width="90%">
<tr>
<td> <form method="post" action="ChkLogin.php">
<table width="45%" border="1" cellspacing="0" cellpadding="1" align="center"
bordercolordark="#ecf5ff" bordercolorlight="#6699cc">
<tr>
<td><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="33%" align="right" height="30">用户名:</td>
<td width="67%"><input name="username" maxlength="20" size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">密 码:</td>
<td width="67%"><input type="password" name="userpwd" maxlength="16"
size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">身 份:</td>
<td width="67%"> <select name="role">
<option value="student">学生
<option value="teacher">教师
</select> </td>
</tr>
<tr>
<td colspan="2" height="15"></td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td height="40">
<input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit2" value="重写">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</body>
</html>
学生选课系统,带数据库,前台,后台
管理员账号:33 密码:33
直接将server根目录指向 index.php所在目录即可,无须指向public目录
管理员登陆后如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>登陆</title>
<link rel="stylesheet" href="style.CSS">
</head>
<body>
<center>
<table border="0" cellspacing="1" width="90%">
<tr>
<td> <form method="post" action="ChkLogin.php">
<table width="45%" border="1" cellspacing="0" cellpadding="1" align="center"
bordercolordark="#ecf5ff" bordercolorlight="#6699cc">
<tr>
<td><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="33%" align="right" height="30">用户名:</td>
<td width="67%"><input name="username" maxlength="20" size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">密 码:</td>
<td width="67%"><input type="password" name="userpwd" maxlength="16"
size="20"> </td>
</tr>
<tr>
<td width="33%" align="right" height="30">身 份:</td>
<td width="67%"> <select name="role">
<option value="student">学生
<option value="teacher">教师
</select> </td>
</tr>
<tr>
<td colspan="2" height="15"></td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td height="40">
<input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit2" value="重写">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</body>
</html>