Page 1 of 1

Solution to Automatic Form Submit

Posted: Wed Jan 28, 2004 5:38 am
by websighteam
Hi there,

Could someone out there help me with a suggestion/solution. My need is :
I have a form whose contents should be automatically registered with multiple sites on clicking 'submit' button.
Can this be done using PHP? Are there any freely available tools which will help me do this?
Thanks for your help in advance!!!

Posted: Wed Jan 28, 2004 5:41 am
by markl999
You could use plain old headers to 'fake' a form post/submission to multiple hosts, if that's any use to you.
Here's a function that can do it.
http://dodds.net/~cardinal/sendtohost.txt