資料庫指令
Null 空欄位(not null 不可空欄位)
desc 降冪 aesc 升冪
order by 排序
範例:select * from score where math>=90 order by math desc
(將score資料表中math欄位中大於90分的用降冪排列呈現)
如何利用X:\AppServ\www\phpMyAdmin中的config.inc.php設定直接登入?
$cfg[$server][$i]['auth_type']='http'; //將設定值中的http改成config
$cfg['Servers'][$i]['password'] = '123456'; // 並將Server密碼填上
在存檔即可,直接登入管理介面。
如何安裝xoops動態網站內容管理系統(CMS)?
首先先下載好xoops模組
將html資料夾解壓縮到Appserv\www
並將html重新命名為xoops
打開瀏覽器
輸入http://localhost/xoops/install/index.php網址
即可到安裝精靈進行安裝
相關網站:XOOPS正體中文延伸計畫
Xoops架站機模組










0 Comments:
張貼留言