Paypal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Paypal

    can anyone help . want to intergrate paypal on my main site. so ppl can click link and pay me for my services am providing.

    i have searched and just the general jist of things i got was that they didnt work or there was no instructions on how to make it work .

    so can anyone help

    thanks
    Wapchat4u


    Topsites4u

    #2
    can anyone help . want to intergrate paypal on my main site. so ppl can click link and pay me for my services am providing.

    i have searched and just the general jist of things i got was that they didnt work or there was no instructions on how to make it work .

    so can anyone help

    thanks[/b]
    it wont work with wml but i can give you the code for xhtml.. all you gotta do is edit the price ect

    Comment


      #3
      it wont work with wml but i can give you the code for xhtml.. all you gotta do is edit the price ect[/b]
      cheers . inbox it me or woteva lol .
      Wapchat4u


      Topsites4u

      Comment


        #4
        Code:
        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_xclick">
        <input type="hidden" name="business" value="iceberg19@hotmail.com">
        <input type="hidden" name="item_name" value="TEST">
        <input type="hidden" name="amount" value="10.00">
        <input type="hidden" name="no_shipping" value="0">
        <input type="hidden" name="no_note" value="1">
        <input type="hidden" name="currency_code" value="GBP">
        <input type="hidden" name="lc" value="GB">
        <input type="hidden" name="bn" value="PP-BuyNowBF">
        <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it&#39;s fast, free and secure!">
        [img]https://www.paypal.com/en_GB/i/scr/pixel.gif[/img]
        </form>
        all you need to do is edit
        Code:
        Change The Email
        <input type="hidden" name="business" value="iceberg19@hotmail.com">
        
        Change item name
        <input type="hidden" name="item_name" value="TEST">
        
        change the price 
        <input type="hidden" name="amount" value="10.00">
        than its done lol if you get any probs let me know

        Comment


          #5
          Why dont u just do link to paypal like i av m8

          Comment


            #6
            Why dont u just do link to paypal like i av m8[/b]
            i get syntax error on this line .

            why ??

            echo &#39;<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it&#39;s fast, free and secure!">&#39;;
            Wapchat4u


            Topsites4u

            Comment


              #7
              Code:
              ?>
              <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="!">
              <?php
              Want something coded email me at sales@webnwaphost.com for a prices.




              Comment


                #8
                Code:
                ?>
                <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="!">
                <?php
                [/b]
                cheers brumi. page works .
                Wapchat4u


                Topsites4u

                Comment


                  #9
                  no probs m8 ya welkum
                  Want something coded email me at sales@webnwaphost.com for a prices.




                  Comment


                    #10
                    Rather do it like this lol
                    Code:
                    echo &#39;<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but23.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it&#39;s fast, free and secure!\">&#39;;

                    Click here!!!

                    Comment


                      #11
                      sp script dont allow that echo &#39; text&#39;;
                      Want something coded email me at sales@webnwaphost.com for a prices.




                      Comment


                        #12
                        Rather do it like this lol
                        Code:
                        echo &#39;<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but23.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it&#39;s fast, free and secure!\">&#39;;
                        [/b]

                        it does in xhtml . i use it like that
                        Wapchat4u


                        Topsites4u

                        Comment


                          #13
                          nice one matey loved it

                          Comment


                            #14
                            its a interessing

                            Comment

                            Working...
                            X