網頁程式撰寫/莊坤霖:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
筆記
逼機
第 14 行: 第 14 行:
 
*input type='text'-方格可打文字
 
*input type='text'-方格可打文字
 
*meta http-equiv='content-type' content='text/html;charset=UTF-8 /-編碼設為UTF-8
 
*meta http-equiv='content-type' content='text/html;charset=UTF-8 /-編碼設為UTF-8
*
+
*mysql_query(___) 函式判斷這個是否正確執行
*
+
*$connect = mysql_connect("localhost","帳號","密碼");-建立資料庫連線
*
+
*update web set
 
*
 
*
 
*
 
*
 
*
 
*

2016年2月1日 (一) 15:56的修訂版本

筆記

單字

  • insert into-插入
  • update-上傳
  • delete form-刪除表格
  • echo-送出
  • content-內容

逼機

  • 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