This is a web project developed as part of the Generația Tech program. It is a PHP application connected to a SQL Server database, designed to display and filter movies and genres.
- 🔍 Search movies by title (
search-results.php) - 🎥 Display movie list (
movies.php) - 🧾 View individual movie details (
movie.php) - 🎭 Filter by genre (
genres.php) - 📬 Contact page (
contact.php) - 🗄️ Store reviews in a database (
reviews.sql) - 🧩 Modular code structure using
includes/andassets/
- PHP 8+
- Microsoft SQL Server
- HTML5 + CSS3
- XAMPP for local development
-
Clone the repository:
git clone https://github.com/alexandr3i/Movie-Review-Web-App
-
Move the
demo/folder to your XAMPPhtdocsdirectory:C:\xampp\htdocs\demo -
Create a database named
movie_dbin SQL Server and import:demo/reviews.sql -
Update your connection credentials:
// conexiune_php_sql.php $serverName = "localhost"; $connectionInfo = array("Database"=>"movie_db", "UID"=>"sa", "PWD"=>"your_password");
-
Open in your browser:
http://localhost/demo/index.php
Andrei-Alexandru Angheluță
🎓 Project developed during the Generația Tech – Web Development program
📅 July 2025
This project is open-source and may be reused for educational purposes.