removing strange characters from php string

前端 未结 14 1077
忘了有多久
忘了有多久 2021-01-31 17:45

this is what i have right now

Drawing an RSS feed into the php, the raw xml from the rss feed reads:

Paul’s Confidence

The ph

14条回答
  •  野性不改
    2021-01-31 18:35

    Read up on http://us.php.net/manual/en/function.html-entity-decode.php

    That & symbol is a html code so you can easily decode it.

提交回复
热议问题