Results 1 to 2 of 2

Thread: Paypal integration with PHP form

  1. #1
    Join Date
    Aug 2006
    Location
    Ohio
    Posts
    266
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Paypal integration with PHP form

    I have been working on making a form that lets you select options and then at the end it directs you to paypal and sends the info that you picked from the form to paypal and displays the correct package on paypal. Something like this: http://www.pagehole.com/purchase.php. I can't seem to figure out how to connect the form and paypal. Anyone have an idea?

  2. #2
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    I'm pretty sure you set this up with paypal. I looked at their form, and they have some hidden fields, too. This one, for example:

    Code:
    <input type="hidden" name="business" value="admin@pagehole.com">
    That kind of tells me it's through paypal because it's being varafied by a hidden email.

    Anyway, the form submits to here: https://www.paypal.com/cgi-bin/webscr

    I think it's a thing for paypal users to allow people to buy through their site for the security, etc.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •