I have been trying to get perform a validation on my page which receives a URL string from PayPal IPN and then reposts the string to PayPal with an additional variable appended to the end of the string. I am supposed to get a "Verified" response back but instead keep getting back a "Invalid" response. Can anyone help?
Here is the string I am posting back to PayPal...
Here is my code (I'm using linked text for now but can see the variables being passed into my asp form):
<A HREF=" Request.QueryString()+"&cmd=_notify-validate"%>">Related</A>
Here is the string I am posting back to PayPal...
Here is my code (I'm using linked text for now but can see the variables being passed into my asp form):
<A HREF=" Request.QueryString()+"&cmd=_notify-validate"%>">Related</A>