跳到主要內容

發表文章

精選

[PHP]htmlentities 跟 htmlspecialchars 的區別

htmlentities - Convert all applicable characters to HTML entities. - [ Manual ] htmlspecialchars - Convert special characters to HTML entities. - The translations performed are: '&' (ampersand) becomes '&amp;' '"' (double quote) becomes '&quot;' when ENT_NOQUOTES is not set. "'" (single quote) becomes '&#039;' (or &apos;) only when ENT_QUOTES is set. '<' (less than) becomes '&lt;' '>' (greater than) becomes '&gt;' - [ Manual ]

最新文章

[Oracle]資料表欄位 - 增修刪

[Oracle]基本查詢語法

[HTML]如何截取 Youtube 影片預設圖

[HTML]Table 平均分配欄寬

[PHP]Error: Only variables should be passed by reference

[綜合]自動刷新頁面

[HTML]常用的特殊符號

[CSS]首行凸排

[Windows XP]操作系統優化技巧二十則

[MySQL]INSERT 時判斷資料表內是否有重複的主鍵