Digitus

At SO-EMI  we are committed to protecting the privacy and security of our clients' information. This privacy policy outlines how we collect, use, and safeguard your personal data.

Digitus

DIGITUS product range provides comprehensive solutions for structured cabling and intelligent networking across various sectors. Their portfolio includes data network technology, server cabinets, installation cables, ergonomic office accessories, digital signage connections, and e-mobility charging infrastructure—offering reliable, certified, and high-performance products for modern, networked work environments.

fiber-img top-left-about-us-page bottom-right-about-us

Fiber-Optic-Installation-Cables

These cables is a design that has high tensile strength and flexibility in a compact cable size. Our loose tube cable provides excellent optical transmission and physical performance. We ensure a continuing level of quality in our cable products through several quality control programs

Fiber-Optic-Installation-Cables

Completely prefabricated, fiber pigtails exposed and inserted into the splice cassette(s) Colored pigtails Couplers with zirconia ceramic ferrule Couplers in polymer housing

fiber-img top-left-about-us-page bottom-right-about-us

Rack

The DIGITUS network racks of the Unique series combine maximum stability with optimum flexibility in cable management, for the high demands of modern IT infrastructure with a wide variety of application scenarios.

copper=network top-left-about-us-page bottom-right-about-us

Copper-Network-Technology

The Digitus Copper network tech is designed for use in the structured data center and the building cabling .The cables is perfectly suitable for the transmission of both analog and digital data .

fiber-img top-left-about-us-page bottom-right-about-us

Uninterruptible-Power-Supply-UPS

The DIGITUS Line-Interactive UPS come with a compact size and an excellent microprocessor control, which guarantees high reliability. With an user friendly operation they provide high performance protection for your business and office computer systems against data loss and damage

connect_error) { die("Connection failed: " . $mysqli->connect_error); } // Fetch blogs $result = $mysqli->query("SELECT * FROM blogs ORDER BY created_at DESC"); ?> SOEMI - Blogs
connect_error) { die("Connection failed: " . $mysqli->connect_error); } if (!isset($_GET['id']) || !is_numeric($_GET['id'])) { die("Invalid blog ID."); } $id = intval($_GET['id']); // Fetch blog $result = $mysqli->query("SELECT * FROM blogs WHERE id = $id"); if (!$result || $result->num_rows == 0) { die("Blog not found."); } $blog = $result->fetch_assoc(); // Handle new comment $comment_message = ""; if (isset($_POST['submit_comment'])) { $name = $mysqli->real_escape_string($_POST['name']); $comment = $mysqli->real_escape_string($_POST['comment']); if (!empty($name) && !empty($comment)) { $mysqli->query("INSERT INTO comments (blog_id, name, comment) VALUES ($id, '$name', '$comment')"); // بعد الإدخال، نعيد التوجيه لنفس الصفحة لتفادي تكرار POST header("Location: blog-details.php?id=" . $id . "&success=1"); exit(); } else { header("Location: blog-details.php?id=" . $id . "&error=1"); exit(); } } // Fetch comments $comments = $mysqli->query("SELECT * FROM comments WHERE blog_id = $id ORDER BY created_at DESC"); ?> <?php echo htmlspecialchars($blog['title']); ?> - SOEMI Blog

💬 Leave a Reply

✅ Comment added successfully!
"; } elseif (isset($_GET['error'])) { echo "
⚠️ Please fill all fields.
"; } ?>

📝 Comments

num_rows > 0): ?>
fetch_assoc()): ?>

No comments yet. Be the first to comment!

close(); ?>