Heads up! This post was written 15 years ago. Some information might be outdated or may have changed since then.
Is.Gd има супер елементарно API и за използването му в php ни трябва само и единствено 1 функция от 1 ред.
function short($u) {
  $sh=file_get_contents("http://is.gd/api.php?longurl=".$u);  
  return $sh; 
}

Back to all posts