Welcome Guest, Not a member yet? Register   Sign In
Displaying HTML objects in RSS feed
#1

[eluser]Unknown[/eluser]
Hi Guys -

I'm having a problem displaying HTML objects (like not equals signs, apostrophes, etc) in the RSS title and description fields. Right now, I have it stored in my database as
Code:
for not equals. Then I'll run
Code:
xml_convert()
on the string which then would convert things like apostrophes into
Code:
'
.

When I view the feed that's all I see. How can I get it to display properly in a feed reader or a browser?

I've tried html_decode and still no luck. Any help would be greatly appreciated.
#2

[eluser]Unknown[/eluser]
Nevermind, I just changed what was stored in the database to be ≠ instead of the character code and it renders properly.




Theme © iAndrew 2016 - Forum software by © MyBB