Jump to content

http post need help please


Orionsbelter

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.