paypal problem

Discussion in 'PayPal' started by varun8211, Apr 17, 2007.

  1. #1
    This is the code we generate from paypal.com a/c for my email . Now, Can I just change the email address in below code and have this code use to send the payment to that new email.. IT should work, but it isn't working somehow. It gives following error:
    "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') as exdate' at line 1"

    The strange thing is it works well if I use (frm where I generated the code). Please help. Also, I need to integrate IPN..


    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <div align="center">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value=varun@gwl.com">

    <input type="hidden" name="item_name" value="Subscription">
    <input type="hidden" name="item_number" value="Dating ">
    <input type="hidden" name="amount" value="1.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="return" value="http://www.galaxyweblinks.com/payment_update.php?userID=12">
    <input type="hidden" name="cancel_return" value="http://www.galaxyweblinks.com">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">

    <input type="hidden" name="bn" value="PP-BuyNowBF">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </div>
    </form>
     
    varun8211, Apr 17, 2007 IP
  2. varun8211

    varun8211 Peon

    Messages:
    483
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    varun8211, Apr 17, 2007 IP
  3. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #3
    These both things can be done in your "Profile Summary" Section.
     
    inworx, Apr 18, 2007 IP