pioneerx01 Posted October 4, 2010 Share Posted October 4, 2010 I have a form setup that sends information to "thank_you.php" so: <form name="feedback" method="post" action="thank_you.php"> How can I make same form send information to "thank_you.php" and "second.php" in a background? thank_you.php will still be a page to go to after the registration is submitted. Or is there a way to send all the data again when "thank_you.php" loads, automatically to "second.php" in the background? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 4, 2010 Share Posted October 4, 2010 Huh? Why can't you write one script to do the tasks of both of these scripts? Quote Link to comment Share on other sites More sharing options...
haku Posted October 5, 2010 Share Posted October 5, 2010 I agree with pikachu. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.