function TinUrlAPI($url) { $apicode=""; $tinyurl = @file_get_contents("http://api.tinurl.mobi/?apicode=".$apicode."url=".$url); return $tinyurl; }