HEX
Server: Apache
System: Linux p3plmcpnl494318.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: halcosmu (4392252)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: /home/halcosmu/public_html/header.php
<?php

$to = "info@halcommarketing.com";

$subject = "New Mail From halcom";



if (!empty($_POST)){



$name=trim($_POST["name"]);

$email_id=trim($_POST["email"]);

$Phone=trim($_POST["phone"]);

$comment=trim($_POST["message"]);





$message = "

<html>

<head>

<title>New Mail From Halcom Marketing</title>

</head>

<body>

<p>Halcom Marketing PVT LTD.</p>

<table border='1' cellpadding='0' cellspacing='0'>

<tr>

<th>Firstname</th>

<th>Email</th>

<th>Phone</th>

<th>Message</th>

</tr>

<tr>

<td>$name</td>

<td>$email_id</td>

<td>$Phone</td>

<td>$comment</td>



</tr>

</table>

</body>

</html>

";



// Always set content-type when sending HTML email

$headers = "MIME-Version: 1.0" . "\r\n";

$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";



// More headers

$headers .= 'From: <info@halcommarketing.com>' . "\r\n";





mail($to,$subject,$message,$headers);

}

?>

<!DOCTYPE html>

<html lang="en">



<head>

  <meta charset="utf-8">

  <meta content="width=device-width, initial-scale=1.0" name="viewport">



  <title>HALCOM MARKETING</title>

  <meta content="" name="description">

  <meta content="" name="keywords">



  <!-- Favicons -->

  <link href="assets/img/favicon.png" rel="icon">

  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">



  <!-- Google Fonts -->

  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">



  <!-- Vendor CSS Files -->

  <link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">

  <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">

  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">

  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">

  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">

  <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">

  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">



  <!-- Template Main CSS File -->

  <link href="assets/css/style.css" rel="stylesheet">



</head>



<body>



  <!-- ======= Top Bar ======= -->

  <div id="topbar" class="d-flex align-items-center fixed-top">

    <div class="container d-flex justify-content-between">

      <div class="contact-info d-flex align-items-center">

        <i class="bi bi-envelope"></i> <a href="mailto:contact@example.com">info@halcommarketing.com</a>

        <i class="bi bi-phone"></i> +91 0120 409 8418 

      </div>

      <div class="d-none d-lg-flex social-links align-items-center">

        <!--a href="#" class="twitter"><i class="bi bi-twitter"></i></a-->

        <a href="https://www.facebook.com/profile.php?id=100092995460807" class="facebook"><i class="bi bi-facebook"></i></a>

        <!--a href="#" class="instagram"><i class="bi bi-instagram"></i></a-->

        <a href="https://www.linkedin.com/company/halcom-marketing-pvt-ltd/" class="linkedin"><i class="bi bi-linkedin"></i></i></a>

      </div>

    </div>

  </div>



  <!-- ======= Header ======= -->

  <header id="header" class="fixed-top">

    <div class="container d-flex align-items-center">



      <!--h1 class="logo me-auto"><a href="index.html">HALCOM MARKETING</a></h1-->

      <!-- Uncomment below if you prefer to use an image logo -->

      <a href="index.php" class="logo me-auto"><img src="assets/img/logohalcomm.png" alt="" class="img-fluid"></a>



      <nav id="navbar" class="navbar order-last order-lg-0">

        <ul>

          <li><a class="nav-link scrollto active" href="index.php">Home</a></li>

          <li><a class="nav-link scrollto" href="about.php">About</a></li>

          <li class="dropdown"><a href="#"><span>Services</span> <i class="bi bi-chevron-down"></i></a>

            <ul>

              <li><a href="digital-marketing.php">Digital Marketing</a></li>

              <li><a href="outbound-inbound-calls.php">OutBound and Inbound Calls</a></li>

              <li><a href="software-development.php">Software Development</a></li>

              <li><a href="host-and-post.php">Host and Post Leads</a></li>

              <!--<li><a href="http://halcomsolaradvisors.com/">Solar Installation</a></li>-->

            </ul>

          </li>

          <li><a class="nav-link scrollto" href="https://www.halcommarketing.com/blog">Blog</a></li>

          <li><a class="nav-link scrollto" href="#contactform">Career As</a></li>

          <!--li class="dropdown"><a href="#"><span>Career As</span> <i class="bi bi-chevron-down"></i></a>

            <ul>

              <li><a href="digital-marketing.php">Sales Executive</a></li>

              <li><a href="outbound-inbound-calls.php">Digital Marketer</a></li>

            </ul>

          </li-->

        </ul>

        <i class="bi bi-list mobile-nav-toggle"></i>

      </nav><!-- .navbar -->



      <a href="#contact" class="appointment-btn scrollto">Contact us</a>



    </div>

  </header><!-- End Header -->