PHP Category

PHP programming tips and tutorials.



Create a URL Shortening Script Using PHP

In this tutorial you are going to learn how to create a URL shortening service, such as Bit.Ly or TinyURL.com. The way our code will work is rather simple. The user creates a short URL. This short URL is placed in a database. Each time a 404 (Not Found) error occurs, we will look in [...]