all groups > flash data integration > december 2004 >
You're in the

flash data integration

group:

Integrating components


Integrating components mickyfikticky
12/13/2004 8:16:57 PM
flash data integration:
Please i am new to scripting and this form is doin my head in.....

I got a few forms that have input text fields and some components which when
you click submit it calls a php script to email the data given in the form to
an email address you can see the forms here
www.obscuradesign.co.uk/colingrazierhotel

the only problem is that i havent got a clue how to save the data given from
the components

please i need help getting the data from the components to the email
Re: Integrating components Pilipo
12/16/2004 4:21:35 PM
If you are using an XML Connector to call php, you can bind the data from the
components into the params object in the connector, in which case you will need
to retrieve the data in php from the XML body of the http call. Or you can add
the data to the URL of the php script then have php get the data from the
querystring. Good luck!
AddThis Social Bookmark Button