Current File : /home/inlingua/public_html/sensoriumpsychologists.com/backup/student/study_material.php
<?php 

include_once("common/head_links.php");

include_once("../classes/config.php");

?>

<body class="hold-transition skin-blue sidebar-mini">

    <div class="wrapper">

<?php include_once("common/header.php");?>

<?php include_once("common/left_side_bar.php");?>

      <!-- Content Wrapper. Contains page content -->

      <div class="content-wrapper">

        <!-- Content Header (Page header) -->

        <section class="content-header">

          <h1>

            Study Materials

          </h1>

        </section>







        <!-- Main content -->



        <section class="content">



          <!-- Info boxes -->          



         <div class="row">

 <?php

 $id=$_GET['id'];

$results=$query->select_where('shristi_study_material','month',$id );

while($row =$results->fetch_assoc()){

?><div class="col-md-10 col-sm-10 col-xs-12">



<center>

<h3><?php echo $row['title']; ?></h3>

<p> To Download Study Material Click On Download Image</p></br>

							

 <a href="../uploads/study_material/<?php echo $row['file'];  ?>" download="<?php echo $row['title']; ?>">

  <img border="0" src="img/d.png" alt="Application Form" ></a>

  </center>

	</div>	

		<?php } ?>

          </div>

         

        </section><!-- /.content -->

      </div><!-- /.content-wrapper -->

      <?php include_once("common/footer.php");?>

    </div><!-- ./wrapper -->

<?php include_once("common/footer_links.php");?>

</body>

</html>