内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

php和html標簽轉(zhuǎn)換的方法-創(chuàng)新互聯(lián)

php和html標簽轉(zhuǎn)換的方法?這個問題可能是我們?nèi)粘W習或工作經(jīng)常見到的。希望通過這個問題能讓你收獲頗深。下面是小編給大家?guī)淼膮⒖純?nèi)容,讓我們一起來看看吧!

創(chuàng)新互聯(lián)專注于鄂托克前網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供鄂托克前營銷型網(wǎng)站建設,鄂托克前網(wǎng)站制作、鄂托克前網(wǎng)頁設計、鄂托克前網(wǎng)站官網(wǎng)定制、微信小程序服務,打造鄂托克前網(wǎng)絡公司原創(chuàng)品牌,更為您提供鄂托克前網(wǎng)站排名全網(wǎng)營銷落地服務。

php html標簽轉(zhuǎn)換問題的解決辦法:1、使用“htmlentities()”函數(shù)將html標簽轉(zhuǎn)換成特殊字符;2、使用“html_entity_decode()”函數(shù)將htmlentities函數(shù)轉(zhuǎn)義過的字符串轉(zhuǎn)成html標簽。

php和html標簽轉(zhuǎn)換的方法

很多朋友在寫php的時候,難免會遇到需要將html標簽進行轉(zhuǎn)義存儲。比如存入數(shù)據(jù)庫、xml文件等。而存儲進去后,讀取出來則需要轉(zhuǎn)換成html輸出。網(wǎng)上有許多人編寫的轉(zhuǎn)換函數(shù),很長很難懂。其實php早就自帶有這樣的函數(shù)。大可不必自己編寫。

下面分別介紹這兩個函數(shù)。

1.htmlentities()函數(shù):

說明:將html標簽轉(zhuǎn)換成特殊字符。例如將<script>轉(zhuǎn)換成"&lt;script&gt;"

例子:

[PHP] view plaincopy

  1. // An imaginary article submission from a bad user  
  2. //  it will redirect anyone to example.com if the code is run in a browser  
  3. $userInput = "I am going to hax0r your site, hahaha!  
  4.    <script type=&apos;text/javascript&apos;>  
  5.    window.location = &apos;http://www.example.com/&apos;  
  6.    </script>&apos;";  
  7.      
  8. //Lets make it safer before we use it  
  9. $userInputEntities = htmlentities($userInput);  
  10.  
  11. //Now we can display it  
  12. echo $userInputEntities;  

由于最近csdn的控件比較垃圾,請將上面的$apos改成單引號。---呼!

上面的語句執(zhí)行后,將生成下面的結(jié)果

[HTML] view plaincopy

  1. I am going to hax0r your site, hahaha!  
  2.    <script type=&apos;text/javascript&apos;>  
  3.    window.location = &apos;http://www.88web.org/&apos;  
  4.    </script>&apos;  

2.html_entity_decode()函數(shù)

說明:將htmlentities()函數(shù)轉(zhuǎn)義過的字符串轉(zhuǎn)成html標簽。

例子:

[PHP] view plaincopy

  1. $orig = "I&apos;ll /"walk/" the <b>dog</b> now";  
  2.  
  3. $a = htmlentities($orig);  
  4.  
  5. $b = html_entity_decode($a);  
  6.  
  7. echo $a; // I will "walk" the <b>dog</b> now  
  8.  
  9. echo $b; // I will "walk" the <b>dog</b> now  

轉(zhuǎn)載自頁面     http://www.cankaojishu.com/bcyy/82144.html

感謝各位的閱讀!看完上述內(nèi)容,你們對php和html標簽轉(zhuǎn)換的方法大概了解了嗎?希望文章內(nèi)容對大家有所幫助。如果想了解更多相關(guān)文章內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設公司行業(yè)資訊頻道。

標題名稱:php和html標簽轉(zhuǎn)換的方法-創(chuàng)新互聯(lián)
鏈接分享:http://m.rwnh.cn/article48/dsdgep.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供微信小程序、做網(wǎng)站網(wǎng)站制作、外貿(mào)建站、軟件開發(fā)、商城網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

小程序開發(fā)
蒲江县| 云梦县| 崇礼县| 长乐市| 九台市| 运城市| 正宁县| 富宁县| 满城县| 东丽区| 白水县| 富锦市| 张家川| 富宁县| 双牌县| 丰台区| 台山市| 奎屯市| 彭阳县| 元阳县| 慈利县| 平阴县| 石河子市| 香港| 昔阳县| 武穴市| 绥棱县| 县级市| 绥江县| 额尔古纳市| 芜湖市| 饶平县| 兰坪| 土默特左旗| 南城县| 太原市| 高台县| 桐乡市| 高雄县| 泗水县| 连南|