On Sep 24, 2007, at 8:30 PM, [EMAIL PROTECTED] wrote:
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.

Ok, you got that far yet?

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.

What do you mean by you want to "end up on the PHP page?" PHP isn't a page, it's server-side script that serves up a "page."

If you mean a new HTML page with the form variables filled out in a HTML form ... then I'm guessing this is the wrong place to ask that question. That's a PHP and/or javascript programming task - depending on whether or not you stuff those form vars into the session.

- j

Reply via email to