View Single Post
Old 01-18-2008, 02:50 AM   #1 (permalink)
aristoworks
The Contributor
 
aristoworks's Avatar
 
Join Date: Nov 2007
Location: Nashville
Posts: 44
Thanks: 7
aristoworks is on a distinguished road
Default 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.
Send a message via AIM to aristoworks
aristoworks is offline  
Reply With Quote