Using the PayPal IPN, I keep getting an error 400.
I have been making the script send me emails of $res to see what the response is, inside of the
$res
Another solution is to trim the $res before comparison..
$res = fgets ($fp, 1024); $res = trim($res); //NEW & IMPORTANT