資源簡介
使用XAMPP集成環境(內含Apache+MySQL+PHP),開發工具使用phpstrom,在學習php開發網頁時編寫的代碼,供有需要的朋友下載學習使用。
sql文件夾中為數據庫導出文件,請使用MySQL或者SqlServer還原后使用。
(sql文件夾的數據庫文件上傳錯誤,請刪除這個資源)。
代碼片段和文件信息
????tle>PHP成績查詢系統 tle>
????nk?rel=“stylesheet“?href=“css/table.css“>
????nk?rel=“stylesheet“?type=“text/css“?href=“css/center.css“>
????????/**
?????*?Created?by?PhpStorm.
?????*?User:?Administrator
?????*?Date:?2019/3/23
?????*?Time:?11:06
?????*/
?????>
????ript?type=“text/javascript“>
????????function?chkinput(form)
????????{
????????????if(form.name1.value?==?““)
????????????{
????????????????form.name1.style.backgroundColor?=?“red“;
????????????????form.name1.select();
????????????????return?false;
????????????}
????????????if(form.age.value?==?““)
????????????{
????????????????form.age.style.backgroundColor?=?“red“;
????????????????form.age.select();
????????????????return?false;
????????????}
????????????if(form.result
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-03-26?16:42??ScoreQuery\
?????目錄???????????0??2019-03-25?14:43??ScoreQuery\.idea\
?????文件?????????281??2019-03-23?11:00??ScoreQuery\.idea\ScoreQuery.iml
?????目錄???????????0??2019-03-27?09:34??ScoreQuery\.idea\inspectionProfiles\
?????文件?????????174??2019-03-23?11:00??ScoreQuery\.idea\misc.xm
?????文件?????????272??2019-03-23?11:00??ScoreQuery\.idea\modules.xm
?????文件???????12503??2019-03-25?14:43??ScoreQuery\.idea\workspace.xm
?????文件????????2155??2019-03-25?10:23??ScoreQuery\add.php
?????文件?????????350??2019-03-23?11:41??ScoreQuery\conn.php
?????目錄???????????0??2019-03-25?10:17??ScoreQuery\css\
?????文件?????????319??2019-03-25?10:17??ScoreQuery\css\center.css
?????文件????????1219??2019-03-25?09:44??ScoreQuery\css\table.css
?????文件????????1601??2019-03-25?11:21??ScoreQuery\del.php
?????文件????????1274??2019-03-25?11:02??ScoreQuery\detail.php
?????文件????????1273??2019-03-25?10:56??ScoreQuery\index.php
?????文件?????????393??2019-03-25?10:51??ScoreQuery\saveadd.php
?????文件?????????300??2019-03-25?11:43??ScoreQuery\savedel.php
?????文件?????????420??2019-03-25?11:31??ScoreQuery\saveupdate.php
?????目錄???????????0??2019-03-26?16:42??ScoreQuery\sql\
?????文件????????8874??2019-03-26?16:42??ScoreQuery\sql\mydb.sql
?????文件????????2688??2019-03-25?11:04??ScoreQuery\update.php
評論
共有 條評論