HarshOza36 / MovieReviewSystem

A project on Movie Review System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieReviewSystem

A project on Movie Review System which is created using HTML5 , CSS3 , JS , PHP and MySql database connectivity.

To use the project Dowload either LAMP,WAMP,MAMP or XAMPP

If using XAMPP put all the files in htdocs folder and start the server go to localhost to run the pages.

If using WAMP put the files in www folder and start the server go to localhost to run the pages.

To use the database,

Firstly go to Phpmyadmin if using wamp, or use any mysql server.

Then create a database with name mrs

Then create tables with this schema

1.table cratings image

2.table customer

image

3.table movie image

4.table ph_no image

5.table survey image

Final database structure

image

Hence the database is set up.

If you dont want to create database like this use mrs.sql file and import it in phpmyadmin screen so the database will be set up instantly.

Once the setup is done open index.php

About

A project on Movie Review System

License:MIT License


Languages

Language:CSS 51.3%Language:PHP 45.4%Language:JavaScript 2.7%Language:HTML 0.6%