$link = str_replace('content/', '', $_SERVER['REQUEST_URI']); $linkstring = str_replace(' ','',$link );

This is the paypal IPN page. Doesn’t do much, but has to be here.