Jag ändrade koden lite (har dock inte testat den):
PHP-kod:
function unTiny($url){
$header = get_headers($url, 1);
if(isset($header['Location']))
return $header['Location'];
if(isset($header['location']))
return $header['location'];
return false;
}
echo unTiny('http://tiny.pl/htk'); //Skriver ut http://www.google.com