Forum Moderators: open

Message Too Old, No Replies

XML compatible data?

         

neoapproach

1:48 am on Apr 16, 2005 (gmt 0)

10+ Year Member



&#9733 <-- how do i use PHP to parse this funny symbol , so it will works as compatible type under XML

so my RSS will works?

using regex?

teaperson

6:12 pm on May 7, 2005 (gmt 0)

10+ Year Member



You could try using html_entity_decode() to convert it into a character. Or if you go to that page in the php documentation, there's an example of how to convert a numeric entity into UTF-8.