Skip to main content

Posts

Showing posts from April, 2018

3.1 Problems with Markers

I have created a test data page which is working and I now will be trying to implement it with my own work Screenshot of Test Data

3.5 User Registration and Login pages created

A registration form has been created so that users can create an account, this will allow users to view the offers and search for a particular film or cinema within their area, at the moment only the Wigan and surrounding area (20 mile) will be searchable. Sessions, login and logout code had also been created, this will allow users to stay logged in and also for security reasons allow them to logout. Login page from a developers perspective Login Page from user perspective Allows the user to log in Shows that the user is logged in These two images show code that allows me and users to create their own accounts  This is a users account information they are able to see this page because they have logged in . This code allows the user to logout of the account

3.0 Problems with the Markers

I am at the moment trying to implement markers on the map, this will allow users to see cinemas within the area surrounding Wigan however the code is outputting errors which I am trying to fix... The outputting errors

2.5 Inputted Data and Creating Map

The Cinema information has been inputted into the SQL database with all the relevant information, such as name and co-ordinates  Cinema Data I am also in the process of creating a local map so that customers can see which cinemas are local to them.