kamal sooftphoton

kamal sooftphoton

  • NA
  • 33
  • 3.4k

urgent answer required now :

Apr 28 2015 2:09 PM
How to store the array values into database(mysql) after receiving them from paypal successfull payment complete transaction ?
 
i need an example here please help me out to solve this fuss. example should be easy, simple and well below is my form so tell how i can done this with proper example!
 
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="amount" value=5>
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="I Need A VAT or INCOME TAX Consultant">
<input type="hidden" name="currency_code" value=USD>
<input type="hidden" name="UseSandbox" value="true">
<input type="hidden" name="return" value="http://count-connect.com">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="cancel_return" value=cancel_url/">
<input type="submit" name="submit" alt="PayPal - The safer, easier way to pay online!" value="Pay Payment Now" class="button small"/>
</form>
 

Answers (3)