網頁程式撰寫/莊坤霖:修訂版本之間的差異
出自六年制學程
(→P H P) |
(→P H P) |
||
第 21 行: | 第 21 行: | ||
*mysql_select_db-連接資料庫選擇資料夾 | *mysql_select_db-連接資料庫選擇資料夾 | ||
*'where wid=__-ID | *'where wid=__-ID | ||
+ | *柏納李發明HTML |
2016年2月4日 (四) 23:13的修訂版本
筆記
單字
- insert into-插入
- update-上傳
- delete form-刪除表格
- echo-送出
- content-內容
- request-请求
P H P
- PHP、ASP、JSP:除了生**不行
- 結尾要[;]才會執行
- "-字串開始
- "-字串結束
- echo $_REQUEST['studentName']-接收 studentName
- input type='text'-方格可打文字
- meta http-equiv='content-type' content='text/html;charset=UTF-8 /-編碼設為UTF-8
- mysql_query(___) 函式判斷這個是否正確執行
- $connect = mysql_connect("localhost","帳號","密碼");-建立資料庫連線
- update web set-更新檔案
- mysql_close-關閉mysql連線
- mysql_select_db-連接資料庫選擇資料夾
- 'where wid=__-ID
- 柏納李發明HTML