News Feed
Jobs Feed
Sections




News Archive
Kevin van Zonneveld's Blog:
Kevin van Zonneveld
June 11, 2009 @ 07:57:21

On his blog today Kevin van Zonneveld shows how to create short URLs for your content and store them in a MySQL database.

IDs are often numbers. Unfortunately there are only 10 digits to work with, so if you have a lot of records, IDs tend to get very large. For computers that's OK. But human beings like their IDs as short as possible. So how can we make IDs shorter? Well, we could borrow characters from the alphabet as have them pose as additional numbers.... Alphabet to the rescue!

He includes some sample code that takes the shortened code and converts it back down to the correct ID and returns it out of the function. The trick compresses values down into shorter alpha-numeric strings that can make for simpler links (and smaller messages for things like twitter).

0 comments voice your opinion now!
mysql tutorial url short


blog comments powered by Disqus

Similar Posts

PHPEveryDay.com: New Tutorials Added (Drupal)

PHPBuilder.com: Build Blazing Fast PHP Websites with Memcached Distributed Caching

PHPMaster.com: Defining and Using Functions in PHP

phpaddiction: Url Routing with PHP - Part One

Rob Allen's Blog: Premiers pas avec le Zend Framework


Community Events











Don't see your event here?
Let us know!


zendframework2 language conference phpunit rest series framework community release podcast interview opinion introduction usergroup testing development database functional symfony2 unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework