multiple form submissions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rubberjohn
Forum Contributor
Posts: 193
Joined: Fri Feb 25, 2005 4:03 am

multiple form submissions

Post 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
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

you could simulate the form submissions with multiple curl commands, or the equivalent.
Post Reply