A simple PHP URL shortener
- Drag all the files into a directory and add them to your Apache config. (If you're using nginx or some other type of server software, you'll have to convert the .htaccess file to work)
- Add all missing values to the config.php file in the app/ directory.
- Create the linky_urls table in your MySQL server software. Use the following structure:
That'sid
,url
, anduri
.
Please ensure the id column is marked as the primary key and auto-increments.
If you'd like to help with my project, just fork the project and create a pull request when you want your code merged. :)