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>
This is the URL where it takes me back . on clicking the "Retrun to Merchant" button : http://www.galaxyweblinks.com.com/payment_update.php?merchantRet.x=Return+To+Merchant but it should be http://www.galaxyweblinks.com/payment_update.php?userID=12 ..