Ok, I tried that and now I get an:
Fatal error: Call to undefined function: html_entity_decode()
error.
I’m using the older Ditto snippet to do this in the meantime, but it would be nice to know how to do it with Ditto 2
What version of PHP are you using?
@heliotrope: &id is a parameter that sets a unique ID to a ditto call
Yeah, fair enough.
I’d just like to know if this was a PHP version issue or if I’m just doing something stupid. I’m trying to get PHP upgraded anyway.
I’ve got RSS feeds working with the old Ditto btw.
Cheers
Its a PHP version issue as the html_entity_decode() and encode functions are in PHP 4.3.x or later.