urrahin Posted February 5, 2008 Share Posted February 5, 2008 <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="T-Shirt"> <input type="hidden" name="amount" value="123.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="return" value="http://192.168.1.38/lennoxhillsitedemo/index.php?option=com_pricecal&task=payment_success"> <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.sandbox.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> Link to comment https://forums.phpfreaks.com/topic/89526-paypal/ Share on other sites More sharing options...
Perad Posted February 5, 2008 Share Posted February 5, 2008 And the question is what? Link to comment https://forums.phpfreaks.com/topic/89526-paypal/#findComment-458560 Share on other sites More sharing options...
harristweed Posted February 5, 2008 Share Posted February 5, 2008 This won't work because: <input type="hidden" name="return" value="http://192.168.1.38/lennoxhillsitedemo/index.php?option=com_pricecal&task=payment_success"> references your local server, not available from the internet Link to comment https://forums.phpfreaks.com/topic/89526-paypal/#findComment-458646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.