Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Paypal PHP Dev Kit

    Hi,

    I have downloaded the Paypal PHP Dev kit and need some help.

    The documentation is sparse to say the least. The sample

    How can I use it to include several buttons on a page each for a differnt
    product item?

    e.g I will be using an If statement to include a button dependant on the
    results of data already passed in from another script.

    There may be up to 3 of these buttons required.

    Do I have add sections to the config.inc.php file from the dev kit for
    every item I would like to sell?

    Is there any more documentation for the kit and its use?

    --
    Kev T


    Kev T Guest

  2. Similar Questions and Discussions

    1. Dreamweaver & PayPal
      Hi im using dreamweaver and i have a client who wants to add paypal to his site, i gather you go to www.paypal.com and get an acount, but how does...
    2. Paypal
      Is it possible to be able to have a client update their site with contribute and administer paypal? -m
    3. OT: Is anyone here using PayPal IPN?
      If so, what datatypes are you using for your various IPN variables? How do you handle shopping cart transactions with multiple-items? Do you...
    4. ASP & PayPal
      Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been...
    5. ASP + PAyPal
      Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been...
  3. #2

    Default Re: Paypal PHP Dev Kit

    On Thu, 5 Aug 2004 08:25:53 +0100, "Kev T"
    <nospam@c.l.o.n.e.fsnet.co.uk> wrote:
    >Hi,
    >
    >I have downloaded the Paypal PHP Dev kit and need some help.
    >
    >The documentation is sparse to say the least. The sample
    Sparse? Hardly. Maybe you didn't dl the right document.
    >
    >How can I use it to include several buttons on a page each for a differnt
    >product item?
    Use the button factory to create each buttion and save the code since
    you're new at it. After a few of them, you'll see the pattern.

    >
    >e.g I will be using an If statement to include a button dependant on the
    >results of data already passed in from another script.
    Put the button code inside the if. That's pretty easy.
    >
    >There may be up to 3 of these buttons required.
    >
    >Do I have add sections to the config.inc.php file from the dev kit for
    >every item I would like to sell?
    Of course not. The inc holds the login info for the db.
    >
    >Is there any more documentation for the kit and its use?
    There are three huge documents on it on the site.
    Gary L. Burnore Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139