Skip to content
Markkaz edited this page Sep 14, 2010 · 3 revisions

This is the code of Spelcodes.nl. The code is terrible, but it is used for an article on how to work with legacy code and how to improve it while working on it.

Getting Started

Follow these steps and you’re ready to go:

  1. Download the code an upload it to a webserver that supports PHP
  2. Create a MySQL database and add the Database Structure
  3. Edit Includes/connect.php and set the connection information
  4. Add a user to the Users table
  5. Add some sample data using the admin (http://localhost/admin/)
Clone this wiki locally