First allow me to begin by saying Thank You very much for your assistance with this issue. I am working on a project for someone, that has been accepted into an affiliate program. The way it works is as follows:
My client is to provide a form on their website that will receive data from visitors. This data is as follows:
First Name
Last Name
Email
Zip Code
Once the visitor submits the form, a test must be performed - based on the entered zip code - that service is available in their area. I was provided with an excel spreadsheet full of all serviceable areas and I have loaded that information into a Mysql Database
If the zip query return true (after searching the local Mysql DB) - All of the values from the initial form, must be submitted (in the form of XML) to a response server.
I then need to parse the XML response from the server, and display the results to the visitor.
I am happy to provide any additional information you need.
Regards,
Richard
__________________
Richard Morrison - Blogger / Consultant
E-Mail: Please login or register to view this content. Registration is FREE Web Address: Please login or register to view this content. Registration is FREE
The problem I am having, is that I don't know how to pass form data as XML, or construct an XML document from form data. Sorry for not clarifying that in my first post.
__________________
Richard Morrison - Blogger / Consultant
E-Mail: Please login or register to view this content. Registration is FREE Web Address: Please login or register to view this content. Registration is FREE