Quote:
Originally Posted by fluffygrrl
Well, suppose you have http://domain1.com/form1.php and http://domain2.com/form2.php as your two forms.
Now, on form1.php, make sure you include
<FORM action="http://domain2.com/form2.php" method="post">
In form2.php, make sure you include
<input type="checkbox" name="item_name" value="<?php echo $_POST["item_name"]; ?>">
Make sure you use the same item_name in both forms, and make sure you do this for every input element on the 2nd forum.
Cheers.
|
ok thanks i will give it a try and let everyone know how it works
whats the going rate for coders these days anyway?