Very simple, 1-file URL shortener

Aaron Speer 112e0e760c Update readme.md před 8 roky
index.php f894fd63c9 More small changes and improvements před 8 roky
readme.md 112e0e760c Update readme.md před 8 roky

readme.md

Simple URL Shortener

Simple

The application uses a single PHP fle to do all the work. It appears as a single page with an interface that is easy for all users to use. It includes a simple configuration at the top of the file which allows the all settings to be changed.

Powerful

MySQL is the database used to store the data, as it works quickly, even under heavy workloads.