Hi there,
I need to post form PHP to an .asp script on a other host. Getting conected to the server is no problem... I know what to POST to that script and all that.... BUT the original form uses the id tag besides the normal name tag... does annyone on how the body must look like that i have to post??????
I'm mean it sends now the normal name/value pairs but thet f*cking .asp script doesn't respond to that, it needs to have something with id tags......
here is an example of an input field form the original form:
<input id="bouwjaar" name="bouwjaar" size="14">