學務系統首頁 | 登入系統 |
關於SFS學務系統 | 模組程式說明 |
|
||
程式說明: 共有檔案數六個 goods1.php3 獎項名稱填寫管理程式 goodsm.php3 月考填寫管理程式 goodshow.php3 網路公布展示程式 goodstudent_config.php3 組態設定檔 goodstudent.sql mysql資料表格檔 使用環境與介紹: 程式採用到部分javascript,在IE5下執行運作正確。 但使用其他流覽器則未定。 安裝方式: 1.編修 goodstudent_config.php3 下列部分以符合您的須要。 //載入學務系統設定 include "../../include/config.php"; $pagesize="5";//每頁顯示幾筆資料 2.將資料表加入您建的資料庫 3.解開程式檔至 學務系統目錄中 例: tar zxvf goodstudent.tar.gz /home/httpd/html/sfs/school/ 4.於流覽器位址列上輸入 例 http://您的網址/sfs/school/goodstudent/ |