advanced code snippet search
the_coder on 12/05/08
url php String twitter Shortening
12/05/08 10:58pm
3 people have marked this snippet as a favorite
ginoplusiojamesmingrickfu
$long_url = "http://www.google.com/?q=oh+hai"; $short_url = implode('',file("http://to.m8.to/api/shortenLink?url=$long_url"));
Report this snippet Tweet
Comment:
You need to login to post a comment.