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. Link to comment https://forums.phpfreaks.com/topic/107283-http-post-need-help-please/ 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> Link to comment https://forums.phpfreaks.com/topic/107283-http-post-need-help-please/#findComment-550072 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.