hi,
Actually i want to create a webpage which post all the information needed by the following payment processing page to it:
http://www.nycharities.org/donate/c_donate.asp?CharityCode=1708
This is the page created by payment processing site on my site. But i don't want user on my site to get redirected to this page. I want my own webpage to post information to this page without getting redirected. At the end of the transaction i also want the transaction id processed by payment processing site to be printed on my web page.
Please provide me with some guidance on this. Actually i know that this can be done using cURL, but don't know exactly how. Also solution of this without using cURL will be highly appreciated.