UrbanCowboy
12-15-2008, 11:41 PM
Here's the scenario I could use some help with.
Visitor A comes to my site and clicks on a forum button verifying they were there. I then need to send a Postback to the sending site to let them know that Visitor A was in fact here on my site. I'm confused on how to make a PHP page generate and send a postback without any direct user intervention.
Site A: Page 1 has a Form with a Buttom
Site A: Page 2 Receives Post from Visitor click, processes as necessary, and then sends a notification $_POST to Site B
Site B: Receives $_POST data from Site A
Thanks for the help! Happy Holidays!
Visitor A comes to my site and clicks on a forum button verifying they were there. I then need to send a Postback to the sending site to let them know that Visitor A was in fact here on my site. I'm confused on how to make a PHP page generate and send a postback without any direct user intervention.
Site A: Page 1 has a Form with a Buttom
Site A: Page 2 Receives Post from Visitor click, processes as necessary, and then sends a notification $_POST to Site B
Site B: Receives $_POST data from Site A
Thanks for the help! Happy Holidays!