Ahh, I see :)

So, if I understand correctly:

   1. you have the data (presumably in a db and with the power and ability
   to extract and transform it at your leisure)
   2. you need to programmatically submit entries to a small number of
   sites.

Is there a reason you need to parse the document to submit the forms? Could
you not just take a look at the form source to see which fields are there
and simply post / re-post (cURL) to the forms receiving address?

Or is there some kind of captcha / security check which needs to be passed
each time?

Paul

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to