Visa ett inlägg
Oläst 2010-01-15, 11:40 #8
BjörnJ BjörnJ är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2009
Inlägg: 971
BjörnJ BjörnJ är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2009
Inlägg: 971
Jag ändrade koden lite (har dock inte testat den):
PHP-kod:
function unTiny($url){
    
$header get_headers($url1);
    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 

Senast redigerad av BjörnJ den 2010-01-15 klockan 11:44
BjörnJ är inte uppkopplad   Svara med citatSvara med citat