All pastes #1991938 Raw Edit

0.mk Short Link

public php v1 · immutable
#1991938 ·published 2010-11-15 08:34 UTC
rendered paste body
<?php// funkcijata za kratenjefunction skrati($url) {    $kratokLink = file_get_contents("http://api.0.mk/v2/skrati?format=plaintext&link=".$url);    return $kratokLink;}// kako se koristi ?echo(skrati('http://google.com'));?>