The Violent Movie Database!


Your task is to make a database of violent movies.  Every movie in the database must be violent!  The database should be able to
See www.imdb.com for movie and actor info.

Points
Task
5
Can add movies to the database, including the title, year, and special effects
5
Can add actors to the database, including what movies they are in.
+3
And duplicate entries are forbidden
5
Can search for a movie and see the actors, ranking,  and special effects in the movie
5
Given two actors, can tell which movies they have in common
5
Given up to ten actors, can tell which movies they have in common
10
Given two actors, can produce a chain of actors that share moves that like the two.  This is the "Six Steps to Kevin Bacon" effect
See http://www.louisville.com/loumag/mar/bacon.htm
5
Can produce both the minimum and maximum "Bacon Number" between two actors, listing both chains.
5
Can edit an existing movie, replacing the old movie .
5
Can show a list of actors and their average ranking .
+2
Can produce the list in both orders (best -> worst and worst -> best).
5
Can search for an actor and show the movies he was in
+3
And also show his co-stars.
+15
And each actor has a picture in the database.  Not a URL to a picture, but the actual bytes of the picture.
+5
And each actor has a picture in the database.  A URL to the actual photo, and the photo appears inline in the page.
40000
Sarah Michelle Gellar is mentioned in the database.
40000
Kevin Bacon is mentioned in the database.
40000
There is a link between Kevin Bacon and Sarah Michelle Gellar.
5
Can show the list of actors with NO associated movie .
5
You share a database BUT NO CODE with two other people.