I am sending form data to a mySQL table from Flex3 through a php page. The saving of data works perfectly, but any text I attempt to return to the flex app from php (using print or echo) comes wrapped in html. I'm not able to send a simple bit of text, like "Yes, that worked" without it being wrapped in an entire xhtml file.
Any hints? Bot Flex app and php are web apps. Thanks, KW

