hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
u313348419
/
domains
/
paramedicalcouncilup.org
/
public_html
/
Upload FileeE
HOME
<?php include "includes/db.php"; ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="description" content="#" /> <meta name="author" content="Paramedical"/> <!-- Page Title --> <title>Result</title> <!-- Favicon and Touch Icons --> <link href="images/favicon.png" rel="shortcut icon" type="image/png"> <link href="images/apple-touch-icon.png" rel="apple-touch-icon"> <link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> <link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> <link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.css" rel="stylesheet" type="text/css"> <link href="css/css-plugin-collections.css" rel="stylesheet"/> <!-- CSS | menuzord megamenu skins --> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet"/> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <!-- Revolution Slider 5.x CSS settings --> <link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css"/> <link href="js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css"/> <link href="js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css"/> <!-- CSS | Theme Color --> <link href="css/colors/theme-skin-orange.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> <script src="js/jquery-2.2.0.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection for this theme --> <script src="js/jquery-plugin-collection.js"></script> <!-- Revolution Slider 5.x SCRIPTS --> <script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script> <script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-147079398-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-147079398-1'); </script> </head> <body class="has-side-panel side-panel-right fullwidth-page side-push-panel"> <div class="body-overlay"></div> <div id="wrapper" class="clearfix"> <!-- Header --> <?php include "includes/header.php"; ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider layer-overlay overlay-deep" data-bg-img="images/bg/bg5.jpg"> <div class="container pt-90 pb-50"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 xs-text-center"> <h3 class="font-28">Enrollment No</h3> </div> </div> </div> </div> </section> <section class="divider"> <div class="container"> <div class="row"> <div class="col-md-8 "> <?php if(isset($_POST['submit'])){ $name = $_POST['name']; $dob = $_POST['dob']; $query = "SELECT * FROM addmission WHERE name = '$name' AND dob = '$dob'"; $search_query = mysqli_query($connection, $query); if(!$search_query) { die("QUERY FAILED" . mysqli_error($connection)); } $count = mysqli_num_rows($search_query); if($count == 0) { echo "No Reult Found"; } else{ while($row = mysqli_fetch_assoc($search_query)) { $image = $row['image']; ?> <!--<img width="580px" src="images/paramedical/result/<?php echo $image ?>" alt="project">--> <h1>Your Admission Details</h1> <table class="table table-hover"> <thead> </thead> <tbody> <tr> <th>Enrollment No.</th> <td><?php if($row['enrollment_no'] == ""){echo 'Not Given yet';}else{echo $row['enrollment_no'];}?></td> </tr> <tr> <th>Study Center</th> <td><?= $row['study_center'];?></td> </tr> <tr> <th>Course Name</th> <td><?= $row['course_name'];?></td> </tr> <tr> <th>Course Type</th> <td><?= $row['course_type'];?></td> </tr> <tr> <th>Candidate Name</th> <td><?= $row['name'];?></td> </tr> <tr> <th>Father's/Husband name</th> <td><?= $row['father'];?></td> </tr> <tr> <th>Mother Name</th> <td><?= $row['mother'];?></td> </tr> <tr> <th>Date of Birth</th> <td><?= $row['dob'];?></td> </tr> <tr> <th>Nationality</th> <td><?= $row['nationality'];?></td> </tr> <tr> <th>Gender</th> <td><?= $row['sex'];?></td> </tr> <tr> <th>Maritial</th> <td><?= $row['maritial'];?></td> </tr> <tr> <th>Address</th> <td><?= $row['address'];?></td> </tr> <tr> <th>Pin</th> <td><?= $row['pin'];?></td> </tr> <tr> <th>Aadhar No</th> <td><?= $row['aadharno'];?></td> </tr> <tr> <th>Email</th> <td><?= $row['email'];?></td> </tr> <tr> <th>Contact</th> <td><?= $row['contact'];?></td> </tr> <tr> <th>Alternate Contact No.</th> <td><?= $row['alt_contact'];?></td> </tr> <tr> <th>Education Qualification</th> <td><?= $row['edu_qual'];?></td> </tr> <tr> <th>Aadhar Front</th> <td><img src="images/document/<?= $row['aadharf'];?>" width="100"/></td> </tr> <tr> <th>Aadhar Back</th> <td><img src="images/document/<?= $row['aadharb'];?>" width="100"/></td> </tr> <tr> <th>Photo</th> <td><img src="images/document/<?= $row['photo'];?>" width="100"/></td> </tr> <tr> <th>Signature</th> <td><img src="images/document/<?= $row['signature'];?>" width="100"/></td> </tr> <tr> <th>High School</th> <td><img src="images/document/<?= $row['highschool'];?>" width="100"/></td> </tr> <tr> <th>Interschool</th> <td><img src="images/document/<?= $row['interschool'];?>" width="100"/></td> </tr> <tr> <th>Other 1</th> <td><img src="images/document/<?= $row['other1'];?>" width="100"/></td> </tr> <tr> <th>Other 2</th> <td><img src="images/document/<?= $row['other2'];?>" width="100"/></td> </tr> <tr> <th>Other 3</th> <td><img src="images/document/<?= $row['other3'];?>" width="100"/></td> </tr> <tr> <th>Other 4</th> <td><img src="images/document/<?= $row['other4'];?>" width="100"/></td> </tr> <tr> <th>Other 5</th> <td><img src="images/document/<?= $row['other5'];?>" width="100"/></td> </tr> <tr> <th>Other 6</th> <td><img src="images/document/<?= $row['other6'];?>" width="100"/></td> </tr> </tbody> </table> <?php } } } ?> </div> </div> </div> </section> </div> <!-- end main-content --> <!-- Footer --> <?php include "includes/footer.php"; ?>