01-18-2008, 02:50 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: Nashville
Posts: 44
Thanks: 7
|
Return XML From Function
I'm working with a flash developer and using AMFPHP on the back end .
I've got a class with a function that creates a thumbnail.
I am needing to return a very simple xml string:
Quote:
<imageCacheResult>
<url>$url</url>
<thumbnail>$thumbnail</thumbnail>
</imageCacheResult>
|
but I'm having some difficulties.
Can anyone point me in the right direction.
|
|
|