<?php
function shorturl($url){
    $length = strlen($url);
...

PHP Short URL Function with PHP

by arthurkingman.myopenid.com, May 20, 2010 17:07, 3 refactorings, tagged with short url, php

A code block for php coders...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
/*
E.g:
...

PHP remove http from url string

by armano.myopenid.com, November 11, 2008 04:09, 15 refactorings, tagged with url, short url, remove http

Ive made a function simply ...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<script type="text/javascript">

window.onload = function() {
...

JavaScript Shorten links

by DeathfireD, November 09, 2007 14:23, 6 refactorings, tagged with url, short, short url

is there a better, shorter,...

421453710d51d7daaea8069af0aa4126 Talk