Page 1 of 1

multiple form submissions

Posted: Tue Jan 23, 2007 2:38 pm
by rubberjohn
Hi,

I am working on a portal site that sits between the user and multiple form pages. I want the user to be able to fill in one form on one domain and their details to cascade to as many of the 'sub' domains as they have specified. This would therefore save the user from having to enter the same info more than once.

Is this possible, to have a form submission in one domain that automatically submits the information into a form(s) in another domain(s).

Thanks

rj

Posted: Tue Jan 23, 2007 2:55 pm
by Kieran Huggins
you could simulate the form submissions with multiple curl commands, or the equivalent.