Movies Logo

Project Documentation

How this works:

The user can search in the above search box by different criteria in the select box. They can also choose to search on all criteria at once.

By clicking on 'Edit Database' a user can add delete and modify existing records. As far as porting this project, you need a server with php and a mysql database.

The only thing needed to do is edit the file database.php and change the username, password and name of the database.
Then load the database file located in the root directory with a command like this.
mysql name_of_the_database_here -uusername_here -ppassword_here < movies_database.sql
Then are you ready to rock and roll!

Movie Database Project - Adam Stevenson - Project Documentation Edit Database