How do I go about doing this: I have form in a flex application I hit the submit button The form is posted to a PHP page. I can access the form variables on that PHP page.
I heve been looking for an example for weeks, but I don't see any. They all post to a php page, then whatever is printed on the PHP page shows up in flex. I don't want that. I want to actually end up on the the PHP page. Please if you know of any examples, provide me with a link. Thank you.

