Enter Keyword Hear for Search This Blog

Thursday, 22 February 2018

How to make contact page

<?php session_start(); 
  if(!isset($_SESSION['email']))
  {
    header('location:login.php');
  }
?>
<html>
<head>
  <?php include('inc/head.php'); ?>
</head>
<body>
  <div class="container">
    <div class="header text-center">
      <?php include("inc/header.php"); ?>
    
      <nav class="navbar navbar-inverse" role="navigation">
        <?php include("inc/menu.php"); ?>
      </nav>
    </div>
    <div class="row">
      <div class="col-lg-3">
        <?php include("inc/sidebar.php"); ?>
      </div>
    <!-- </div>
    <div class="row"> -->
      <div class="col-lg-9">
        <div class="bs-component">
          <div class="panel panel-primary">
            <div class="panel-heading">
              <h3 class="panel-title">
                Contact
              </h3>
            </div>
            <div class="panel-body img">
              <div class="bootshape">
                <div class="page-header">
                  <h1>Contact</h1>
                </div>
                <blockquote>
                  <p>Full Name.</p>
                  <footer>Bhavsinh Chauhan</footer>
                </blockquote>
                <blockquote>
                  <p>Email Id.</p>
                  <footer><a href="bhavsinh.chauhan123@gmail.com">bhavsinh.chauhan123<cite title="Source Title">@gmail.com</cite></a></footer>
                </blockquote>
                <blockquote>
                  <p>Mobile No.</p>
                  <footer>769847 <cite title="Source Title">4949</cite></a></footer>
                </blockquote>
                <blockquote>
                  <p>Addresh.</p>
                  <footer>Saurashtra University  <cite title="Source Title"></cite></a></footer>
                  <footer>Girnar Boys Hostel near Munjka Gam  <cite title="Source Title"></cite></a></footer>
                  <footer>Rajkot 360005  <cite title="Source Title"></cite></a></footer>
                </blockquote>
                <!-- <blockquote class="blockquote-reverse">
                  <p>Mobile No.</p>
                  <footer>769847 <cite title="Source Title">4949</cite></footer>
                </blockquote> -->
              </div>
            </div>
          </div>
        </div>        
      </div>
    </div>


  </div>
</body>
</html>

No comments:

Featured post

what is ajax?how to create ajax with php code

Ajax Introduction -  એજેક્સ નો ઉપીયોગ કરી ને તમે પેજ લોડ કાર્ય વિના બધી માહિતી મેળવી શકો.એજેક્સ થી તમે કોઈ પણ ડેટા ઝડપ થી મેળવી શકો છો...