I have integrated the paypal standard payment method using php. I would like to see or print the posted values from Paypal in notify url
<input name="notify_url" type="hidden" value="<?=get_permalink( 1051 );?>" >
I am sending the return url as well. So after payment Paypal is redirecting me to the return url specified but how can I hit the notify url at the same time and print or echo the posted values.
Any help is highly appreciated.