Paypal payment method -


which method secured , best paypal payments.

1.)

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=xxx@123.com&custom=xxxx&    return=xxxxxx&cancel=xxxxxx&notify_url=xxxx 

2.)

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick">   <input type="hidden" name="hosted_button_id" value="221">   <input type="image" name="submit" border="0"   src="https://www.paypal.com/en_us/i/btn/btn_buynow_lg.gif"   alt="paypal - safer, easier way pay online">   <img alt="" border="0" width="1" height="1"   src="https://www.paypal.com/en_us/i/scr/pixel.gif" >   </form>  

thnx in advance

2.) post method safe method.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -