Solution to Automatic Form Submit

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
websighteam
Forum Newbie
Posts: 2
Joined: Wed Jan 28, 2004 5:38 am

Solution to Automatic Form Submit

Post 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!!!
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post 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
Post Reply