Send form data to mutiple sites?

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
brianG
Forum Newbie
Posts: 1
Joined: Thu Jun 08, 2006 3:35 pm

Send form data to mutiple sites?

Post by brianG »

Hi,

I have searched many sources and can't really find out how to do this or even if it's possible. Say I have website A and website B, that both run the same php script, and same database structure. I have a the same form on sites A and B. Can I configure site A's form results to populate the databases of both site A and site B when submitted. In other words can i redirect the form to the other site? Or multiple other sites? Thanks in advance for any advice!
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

when site A is submited you can curl site B
Post Reply