「網頁程式撰寫/莊坤霖」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
第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