/Simple-URL-Shortner

Host your own URL shortner

Primary LanguagePHP

This is a "no-framework" version of a URL Shortner that you can manage and keep on your server.

LICENSE: http://creativecommons.org/licenses/by/3.0/

HOW TO USE:

  1. Edit the '_config/config.php' to your database credentials & site settings.
  2. Upload (or copy & paste) the db.sql into your database.

NOTE: This uses the MySQL Wrapper Class by Ricocheting, to tap into the database. Very useful. http://www.ricocheting.com/code/php/mysql-database-class-wrapper-v3

@TODO Display number of 'clicks' for each url.