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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.