The goal of the project is to offer an easy way to manage your personal dvd list.
It comes in several flavors : php, asp.net (c#) and java (under development)
The different parts of the web application are :
- The front-end :
url : http://yourserver/dvd/
display the list of the DVD in a zone with links to IMDB movie information page for the english speaking people and the ability to switch to allocine links for french speaking people.
- The administration tool :
url : http://yourserver/dvd/admin/
Display all data page by page and allows to manage your dvd list (add/update/delete).
Screenshots
Front-end
Back-end

dvd's administration interface
Download
dvdmanager .net
dvdmanager .php
Install for php version
You will find an sql script for mysql in the package.
After that, you will have to modify the config.inc file containing the different configuration variables.
- mysql settings (server name, user, password, database)
- user login and password to access the back end
- name of the table used to store datas in the database (so, you can use a name that you prefer)
Install for .net version
The sql server is the database used for this version, you will find a script in the package.
You have to set the following variables in the web.config file :
- sql connection string to the database
- user login
- user password
- name of the table used to store datas in the database (so, you can use a name that you prefer)








