MoviesInfo Website Script

Overview

MoviesInfo website provides features to see the latest movies, top rated movies, upcoming movies. You can check the movie reviews, as well as some basic information. 
There are three different access privilege to the site.
1. Guest
2. User
3. Admin
Options are showed according to the access privilege. If user is logged in then he/she can send request regarding movie which can only be visible to admin.
To store the user and request information MySQL database is used.
Website is written in core PHP with HTML and CSS.
More information is provided in documentation.

It’s easy and simple source code to understand, develop and maintain.

Features

  • Browse movies
  • View detail information of movie
  • Access privilege is added (Guest, User, Admin)
  • Create account
  • Send movie request to admin
  • Manage movie request by admin
  • Manage users by admin
  • All logins are in session

Requirements

  • Basic knowledge of PHP and MySQL
  • Xampp software

Instructions

  • Download main files
  • unzip files
  • Follow Documentation step by step

Related