Hello,
I'm working on a script that submits user input from 3 different text boxes and submits this info to several different form actions.
Below is my script:
<?
if (isset($_POST["submit"]))
{
$dest = array (
"http://www.site1.com/form1.asp",
"http://www.site2.com/form2.php"...