J
J-P-W
Hi,
I'm using a form to go submit data to a third party web site http://ononemap.com
at "http://ononemap.com/lib/ajx/api". The contents of the form are
hidden form fields [populated from my database], the data will have
been validated.
If I successfully submit the data (I can use get or post) I get
something like:
- <results requestedaction="add">
<submission response="OK" id="123456789" />
</results>
Can anyone assist? I need to 'receive' the reslutlant XML data and
store the id into my database. If I had something like
request.querystring("id") or request.form("id") I'd be more than
happy, but this information is surely just displayed on the page that
I post to!
Maybe I'm a little dim here but I just can't figure how to retreive
that info.
If there is a failure I'd get somthing like:
<results requestedaction="add">
<error type="incomplete" fieldname="title" />
<error type="invalid" fieldname="price" />
<error type="invalid" fieldname="imgurl" />
</results>
I could do with retrieving that data also!
Thanks
Jon
I'm using a form to go submit data to a third party web site http://ononemap.com
at "http://ononemap.com/lib/ajx/api". The contents of the form are
hidden form fields [populated from my database], the data will have
been validated.
If I successfully submit the data (I can use get or post) I get
something like:
- <results requestedaction="add">
<submission response="OK" id="123456789" />
</results>
Can anyone assist? I need to 'receive' the reslutlant XML data and
store the id into my database. If I had something like
request.querystring("id") or request.form("id") I'd be more than
happy, but this information is surely just displayed on the page that
I post to!
Maybe I'm a little dim here but I just can't figure how to retreive
that info.
If there is a failure I'd get somthing like:
<results requestedaction="add">
<error type="incomplete" fieldname="title" />
<error type="invalid" fieldname="price" />
<error type="invalid" fieldname="imgurl" />
</results>
I could do with retrieving that data also!
Thanks
Jon