<?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