UNICHEM MARINE SERVICES LLC is the leading worldwide marine and industrial chemical Supplier and distributor company located in UAE. Our team supports in providing the best products with excellent customer service by delivering the product on time. We implement new technology and concepts, delivery on time and cost-effective solutions to our customer’s needs, thus helping them in achieving operational efficiency and regulatory compliances.
We are solely focused on the Marine, Scrubber and BWTS Chemicals and Other Special Products for the Vessels.
We value our endeavour and clients to provide them world class services along with products. We work dedicate to show the best results in manufacturing quality products by maintaining a good long term relationship with our clients.
UNICHEM MARINE SERVICES LLC (in alliance with its worldwide partners) approached the market by focusing and targeting on:
The correct strategies, with the combined efforts of both management and staff of Unichem in the pursuit of achieving its goals, lead to the rapid recognition and growth of the company.
We hold rich experience, and we offer below range of products with competitive prices and excellent 100 % on time supply service.
<div style="text-align: center; margin-top: 60px; color: #aaa;"> <p>⭐ ⭐ ⭐ ⭐ ⭐ "The best FilmHit of the year!" – MovieMania Weekly</p> </div> </div>
<div class="container"> <div class="movie-hero"> <div class="poster"> <img src="<?php echo htmlspecialchars($movie['poster_url']); ?>" alt="<?php echo htmlspecialchars($movie['title']); ?> poster"> </div> <div class="info"> <div class="filmhit-badge">🔥 FILMHIT BLOCKBUSTER</div> <h1><?php echo htmlspecialchars($movie['title']); ?></h1> <div class="tagline">"<?php echo htmlspecialchars($movie['tagline']); ?>"</div> <div class="meta"> <span><?php echo $movie['release_year']; ?></span> <span>⏱️ <?php echo $movie['duration']; ?> min</span> <div class="rating">⭐ <span><?php echo number_format($movie['rating'], 1); ?></span> / 10</div> </div> <div class="synopsis"> <strong>Synopsis</strong><br> <?php echo nl2br(htmlspecialchars($movie['synopsis'])); ?> </div> <div class="director"><strong>Director:</strong> <?php echo htmlspecialchars($movie['director']); ?></div> <div class="cast"> <strong>Starring:</strong> <div class="cast-list"> <?php foreach($castArray as $actor): ?> <span><?php echo htmlspecialchars(trim($actor)); ?></span> <?php endforeach; ?> </div> </div> <a href="#" class="book-btn" onclick="alert('Booking system coming soon! 🍿'); return false;">🎟️ BOOK TICKETS NOW</a> </div> </div>
.poster flex: 0 0 250px;
.rating background: #1e2a3a; padding: 5px 10px; border-radius: 30px; display: inline-flex; align-items: center; gap: 5px;
.trailer-container iframe position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; filmhit movie movie.php
if (!$movie) die("FilmHit movie not found.");
CREATE TABLE movies ( id INT AUTO_INCREMENT PRIMARY KEY, title VARCHAR(255) NOT NULL, slug VARCHAR(255) UNIQUE NOT NULL, tagline VARCHAR(255), synopsis TEXT, release_year INT, duration INT, -- in minutes director VARCHAR(255), cast TEXT, -- comma-separated names poster_url VARCHAR(500), trailer_url VARCHAR(500), -- YouTube embed ID or URL rating FLOAT DEFAULT 0, -- average rating (e.g., 8.5) is_filmhit BOOLEAN DEFAULT 0 ); -- Insert a sample FilmHit movie INSERT INTO movies (title, slug, tagline, synopsis, release_year, duration, director, cast, poster_url, trailer_url, rating, is_filmhit) VALUES ('Galactic Wars: The Uprising', 'galactic-wars-uprising', 'The galaxy needs a hero.', 'In a distant galaxy, a young rebel discovers a hidden power that could overthrow an evil empire. With epic space battles and emotional depth, this is the blockbuster event of the year.', 2025, 148, 'Alex M. Knight', 'John Carter, Jane Dane, Zara Moon, Viktor Strong', 'https://image.tmdb.org/t/p/w500/example.jpg', 'dQw4w9WgXcQ', 8.7, 1); <?php // Database connection $host = 'localhost'; $dbname = 'your_database'; $username = 'root'; $password = ''; try $pdo = new PDO("mysql:host=$host;dbname=$dbname;charset=utf8", $username, $password); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); catch(PDOException $e) die("Database connection failed: " . $e->getMessage()); Knight', 'John Carter, Jane Dane, Zara Moon, Viktor
Create a dynamic movie detail page ( movie.php ) that displays information about a blockbuster movie, fetches data from a database, and includes interactive elements like a trailer, synopsis, cast, and user ratings. 1. Database Schema (SQL) First, create a table to store your "FilmHit" movies.
Feel free to contact us or just drop a line here. Our support stuff
will reach you very
soon
SHAMS FREE ZONE,
SHARJAH, UAE
+971557142929
Copyright 2021 - All Right Reserved. Powered by CosmoRack