Click here to Skip to main content
15,749,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"  method="post">
 <input type="hidden" name="business" value="abc@xyz.com">
 <input type="hidden" name="cmd" value="_cart">
 <input type="hidden" name="display" value="8">
 <input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_viewcart_LG.gif"  alt="PayPal - The safer, easier way to pay online">
 <img alt="" border="0" width="1" height="1"  src="https://www.paypal.com/en_US/i/scr/pixel.gif" >
</form>




After clicking on above button it shows me a blank page with following response from paypal


TOKEN=EC%2d1UV1284130847711A&TIMESTAMP=2010%2d10%2d07T04%3a52%3a23Z&CORRELATIONID=2da01108cd3de&ACK=Success&VERSION=52%2e0&BUILD=1553277


So I want this response in to a text file.is it possible?

Please help me
Posted
Updated 7-Oct-10 21:23pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900