Jump to content

php paypal payment help please


Orionsbelter

Recommended Posts

hi i have a php paypal script where as customers pay by paypal but i do know how to get it to send it back to my website to be stored into the database so as i don't need to go to paypal to see if someone has purchased something i can look on my website. But however i don't know how to do this please help me:D the following code i have is:

 

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target=_blank>
    <center><select name=amount style="background-color:#444444; font: 10pt verdana; color:#ffffff; border: 1px solid #444444;">
    <OPTION value=5.00 selected>£5.00</option>
    <OPTION value=7.00 selected>£7.00</option>
    <OPTION value=9.00 selected>£9.00</option>
    <OPTION value=10.00 selected>£10.00</option>
    <OPTION value=12.00 selected>£12.00</option>
    <OPTION value=13.00 selected>£13.00</option>
    <OPTION value=14.00 selected>£14.00</option>
    <OPTION value=15.00>£15.00</option>
    <OPTION value=20.00>£20.00</option>
    <OPTION value=25.00>£25.00</option>
    <OPTION value=30.00>£30.00</option>
    <OPTION value=30.00>£35.00</option>
    <OPTION value=40.00>£40.00</option>
    <OPTION value=40.00>£45.00</option>
    <OPTION value=50.00>£50.00</option>
    <OPTION value=60.00>£60.00</option>
    <OPTION value=70.00>£70.00</option>
    <OPTION value=80.00>£80.00</option>
    <OPTION value=90.00>£90.00</option>
    <OPTION value=100.00>£100.00</option>
    </select>
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="currency_code" value="GBP">
    <input type="hidden" name="business" value="myemail@email.com">
    <input type="hidden" name="item_name" value="the product">
    <input type="submit" class="button" border="0" value="Continue" onClick="confirmbuy()" name="submit" alt="Click To Redeem Your Points"></form>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.