/ Published in: PHP
Expand |
Embed | Plain Text
<? function ShortURL($ToConvert) { return $short_url; } $newurl = ShortURL('http://freepublic.info'); // shorten this URL echo $newurl; ?>
Comments
Subscribe to comments
You need to login to post a comment.

Nice function. I've made the decode function here: http://snipplr.com/view/25668/php-tiny-url-encode-and-decode-functions/