Hi folks
How would this be done, IE,
form POST --> post_processor.php
post_processor.php reposts the entire original POST to several other pages, IE
domain1.com/processor.php
domain2.com/processor.php
I need a way to share the post data from one page amongst several pages,
Thanks!