I am trying to remove all backslashes from a url-decoded string, but it is outputting \\ rather than outputting the url-decoded string with \\ removed.
Please can yo
This is working for 100% correctly.
$attribution = str_ireplace('\r\n', '', urldecode($attribution));