網頁程式撰寫/莊坤霖

出自六年制學程
在2016年2月1日 (一) 16:04由莊坤霖對話 | 貢獻所做的修訂版本

跳轉到: 導覽搜尋

筆記

單字

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

逼機

  • 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連線