avinashkalro
05-09-2008, 08:26 AM
I urgently need to write a php code that will post certain values to a particular url... I am using oscommerce shopping cart ... i have an html code for it but i donot know how to write a php code for the same... please help!
=======================================================================
<form name="frm1" method="post" action="https://secure.paymentgateway.co.in/default.aspx">
<input type="hidden" name="amount" value="">
<input type="hidden" name="mer_username" value="">
<input type="hidden" name="mer_refno" value="">
<input type="hidden" name="orderid" value="">
<input type="submit" value="Submit" name="Pay">
</form>
=======================================================================
now that I am using the oscommerce shopping system which runs on php technology.... please please help me write the code.
=======================================================================
<form name="frm1" method="post" action="https://secure.paymentgateway.co.in/default.aspx">
<input type="hidden" name="amount" value="">
<input type="hidden" name="mer_username" value="">
<input type="hidden" name="mer_refno" value="">
<input type="hidden" name="orderid" value="">
<input type="submit" value="Submit" name="Pay">
</form>
=======================================================================
now that I am using the oscommerce shopping system which runs on php technology.... please please help me write the code.