I have a string that is dynamically created in PHP. The string in the URL is 'HD Channel+' but when I echo back the value which should return 'HD Channel+' I only get 'Channel' without the plus sign. I have looked into urlencoding and urldecoding but have not found the answer yet since they...