View Single Post
Old 09-06-2008, 03:28 AM  
pussyserver - BANNED FOR LIFE
So Fucking Banned
 
Join Date: Oct 2005
Location: I convert perverts like catholic church!
Posts: 5,133
Quote:
Originally Posted by fluffygrrl View Post
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?
pussyserver - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote