Thread: Short URLs
View Single Post

  #2 (permalink)  
Old 10-03-2005
Geoff Berrow
 
Posts: n/a
Default Re: Short URLs

I noticed that Message-ID:
<1128315722.466228.50050@o13g2000cwo.googlegroups. com> from
kai.hendry@gmail.com contained the following:

>I just wondered is there some useful maths / spec behind how to come up
>with a unique (short) ID for a resource? I would like to avoid a DBMS,
>so a hash or something?
>
>Yes I saw http://freshmeat.net/projects/shortlink/ but that's in Perl,
>I want PHP.


Which also uses a database. You want something that will compress the
text of the URL in such a way that you can reverse the algorithm and get
the original string back. Interesting challenge.

--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
Reply With Quote