php 內容插入資料庫需要mysql_escape_string處理一下 展示內容時候用htmlentities

來源:互聯網
上載者:User

標籤:http   使用   ar   strong   資料   div   sp   on   c   

php 內容插入資料庫需要mysql_escape_string處理一下

mysql_escape_string(PHP 4 >= 4.0.3, PHP 5, 注意:在PHP5.3中已經棄用這種方法,不推薦使用)mysql_escape_string -- 轉義一個字串用於 mysql_query string mysql_escape_string ( string unescaped_string )本函數將 unescaped_string 轉義,使之可以安全用於 mysql_query()。注: mysql_escape_string() 並不轉義 % 和 _。本函數和 mysql_real_escape_string() 完全一樣,除了 mysql_real_escape_string() 接受的是一個串連控制代碼並根據當前字元集轉移字串之外。mysql_escape_string() 並不接受串連參數,也不管當前字元集設定。 例子 1. mysql_escape_string() 例子<?php$item = "Zak‘s Laptop";$escaped_item = mysql_escape_string($item);printf ("Escaped string: %s\n", $escaped_item);?>輸出:Escaped string: Zak\‘s Laptop  內容展示的時候用 htmlentitieshtmlentities() 函數把字元轉換為 HTML 實體。也就是說 取出來的資料不會因為 與本身的html衝突,造成語法錯誤。

php 內容插入資料庫需要mysql_escape_string處理一下 展示內容時候用htmlentities

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.