I have a php script embedded in an HTML form. I can get data from the form to the script but I can't figure out how to return the resulting data to the form. I don't need to just display it. I need to put it in the form where a VB6 application can retrieve it.
Correct me if I'm wrong - you need to call a page written in VB6 as if it would be called by a form? If so, try [man]curl[/man]. It lets you call pages with POST data. If not, I have not a faintest idea what you're trying to do 🙂