A movie tracker website, allowing users to rate, review and track movies.
- Front-end: HTML and CSS
- Back-end: PHP and SQL
- Uses PHP server-side scripting for:
- cookie-based session management
- database access and queries
- Input sanitation and validation to prevent cross-site scripting (XSS).
- Password hashing for user registration
- Regex pattern matching for partial match searching of movie titles.
- Processes links or image uploads for movie covers.
- Uses SQL queries to display recent favourites by sorting by date added and star rating.
- Uses email verification token for authentication