Hi,
Right now I'm working with a couple PHP scripts where I'm posting HTML data from Script_a.php to Script_b.php. After the main processing is complete with Script_b.php, I would like to re-post the HTML data back to Script_a.php. Is there any way the data can be auto-posted back to Script_a.php without the need for a user to click a link or button that is apart of a form?
Thanks,
rkdiekhoff