Server Address : 2a02:4780:a:760:0:37cc:13e2:3
Web Server : LiteSpeed
Uname : Linux uk-fast-web660.main-hosting.eu 5.14.0-570.55.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:27:51 EDT 2025 x86_64
PHP Version : 7.4.33
<?php
$active=4;
$title="Enquiry - MS Global Impex";
require "assets/nav.php"?>
<div class="heading">ENQUIRY</div>
<form action="mail.php" method="POST" class="ask-us-form">
<input type="text" name="name" placeholder="Name" maxlength="50">
<input type="email" name="email"placeholder="Email *" required>
<input type="phone" name="phone"placeholder="Contact number" maxlength="13">
<input type="text" name="company" placeholder="Company" >
<input type="text" name="country" placeholder="Country" >
<textarea name="message" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<button type="submit" name="mail">Send<i class="fas fa-long-arrow-alt-right"></i></button>
</form>
<?php require "assets/footer.php"?>