hello anybody please take a look this code. if it's has some code to add to make it more safe or has any error. please help me.
foreach ($_POST as $key => $value) { $value = urlencode(stripslashes($value)); $req .= "&$key=$value"; } $request = addslashes(urldecode($req)); this code is to get all value that paypal sent to sent back to paypal.