LJackson
01-18-2009, 03:59 PM
Hi all,
i am pulling data from a xml file(product feed) and some of the info is displaying as.
1/ white box instead of a pound sign
2/ 's instead of '
how do i make the data display properly?
ive tried the following, which got rid of some of the lt; rt; problems but im not sure how to solve the above
$desc = html_entity_decode($item->desc);
any ideas
cheers
Luke
i am pulling data from a xml file(product feed) and some of the info is displaying as.
1/ white box instead of a pound sign
2/ 's instead of '
how do i make the data display properly?
ive tried the following, which got rid of some of the lt; rt; problems but im not sure how to solve the above
$desc = html_entity_decode($item->desc);
any ideas
cheers
Luke