Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-09-2008, 08:26 AM   PM User | #1
avinashkalro
New to the CF scene

 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
avinashkalro is an unknown quantity at this point
Urgent help required !

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.
avinashkalro is offline   Reply With Quote
Old 05-09-2008, 08:43 AM   PM User | #2
bdl
Regular Coder

 
Join Date: Apr 2007
Location: Camarillo, CA US
Posts: 590
Thanks: 4
Thanked 83 Times in 82 Posts
bdl is an unknown quantity at this point
What?

If you want that form to submit to a PHP script, change the 'action' attribute to target the new PHP script.

If you want someone to write an application to match the functionality of your ASP application, hire someone.
bdl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:45 AM.


Advertisement
Log in to turn off these ads.