Orionsbelter Posted May 26, 2008 Share Posted May 26, 2008 hio i've never written a script for sending but i have a script for recieve and i want to test it that this works. but need a script to send the http post the variables are: $CovNum=$_POST['CovNum']; $Password=$_POST['Password']; $method=$_POST['method']; $payment=$_POST['payment']; $var1=$_POST['var1']; $Cust_Name=$_POST['Cust_Name']; $var2=$_POST['var2']; these are what i recieve please someone show me who i can make a script to test these It needs to be a form with input box so first would a for 'CovNum' and then would be 'Password' and so on and then i press a submit button the post the data to a page called httppost.php. thanks to anyone who looks. Quote Link to comment Share on other sites More sharing options...
Perad Posted May 26, 2008 Share Posted May 26, 2008 <form action="" method="post"> <input name="name of field" type="text" /> <input type="submit" name="submit" /> </form> 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.