Data is the base

Because this will be a single page application and I want to keep it as simple as possible I should only need 2 tables in a Database for this, table one for logging in and table to for storing the films.

I created a very simple set of tables with the aim to make this as streamlined as possible. Even the film table only has 5 fields to the log ins 4. Once I had this all set up I wrote a simple sign in script check that takes you to a blank page still in the same file as the log in.

>>back<<