Hi All
i got a small problem that hopefully someone can help.
For the 'title' i have this code but it outputs with all the 'symbols', what can i change to remove all the symbols and '&sort=1'
but the title name shows as:
what can i do to make it show like this:
Kid Cudi - Creepers.mp3 | SiteName
i got a small problem that hopefully someone can help.
For the 'title' i have this code but it outputs with all the 'symbols', what can i change to remove all the symbols and '&sort=1'
PHP Code:
echo '<title>'.str_replace(".php","",basename($_SERVER['REQUEST_URI'])).' |'.$_SERVER['HTTP_HOST'].'</title>';
Kid%20Cudi%20-%20Creepers.mp3&sort=1 |SiteName
Kid Cudi - Creepers.mp3 | SiteName
Comment