Return to Snippet

Revision: 10071
at December 5, 2008 22:58 by the_coder


Initial Code
$long_url = "http://www.google.com/?q=oh+hai"; 
$short_url = implode('',file("http://to.m8.to/api/shortenLink?url=$long_url"));

Initial URL


Initial Description


Initial Title
URL Shortening for long URLs

Initial Tags
url, php, twitter

Initial Language
PHP