when I try to go to a URL by using PHP header function so if the URL contains & it converts it to & so the needed page will not display correctly I tried to use: $url = urldecode($data['feed_link']); header ( "Location: $url" ); but I can't get it