Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home/outerorb/dev.outerorbittech.com/bhive/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: adpreview.php

Path: //home/outerorb/dev.outerorbittech.com/bhive/adpreview.php

Size: 10.02 KB

Permissions: 0644

<?php 
require_once("connection.php");
$reg_no=$_GET['id'];
?>

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>ADMIN-PREVIEW</title>
  <link href="img/ric.png" rel="icon">
 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>

</head>


<style type="text/css">

@page { size: auto;  margin: 10mm; margin-right: -70px; margin-left: -70px;}
@media print {
    a[href]:after {
        content: none !important;
    }
}
@media print {
        #printbtn {
        display: none !important;
    }
    .main-heading
    {
      font-size:30px !important;
    }

    .underline{
line-height: 27px !important;
 text-decoration-style: dotted !important;
}
}

.btn1:hover {
    color: white;
    background-color: red;
    opacity: 1;
}
.btn1 {
    color:black;
    background-color: rgba(255, 99, 71, 0.5);
    opacity: 1;
}

    table.unstyledTable {
  text-align: center;
}
table.unstyledTable td, table.unstyledTable th {
  padding: 5px 5px;
}
table.unstyledTable thead {
  background: #DDDDDD;
}
table.unstyledTable thead th {
  font-weight: normal;
  text-align: center;
}
table.unstyledTable tfoot {
  font-weight: bold;
}
th, td {
  border: 1px solid black;
  border-radius: 10px;
}
</style>

<body>
<div class="container-fluid">
	<?php $sql="SELECT count(*) from aplicant WHERE reg_no=:reg_no"; 
    	 $stmt = $db->prepare($sql);
           $stmt->bindParam(':reg_no', $reg_no, PDO::PARAM_STR);
           $stmt->execute();
          $count=$stmt->fetchcolumn();
      if($count==0) 
      {
      	echo 'Registration number is missing or invalid.Kindly filup <a href="index.php">aplication form</a>..';
      }
      else {
$sql="SELECT * from aplicant WHERE reg_no=:reg_no"; 
$stmt = $db->prepare($sql);
  $stmt->bindParam(':reg_no', $reg_no, PDO::PARAM_STR);
  $stmt->execute();
  $rows=$stmt->fetchall();
foreach($rows as $row)
{
?> 
<br>
<table class="unstyledTable" border="1" width="100%" height="100%">
    <tbody>
    <tr>
    <td><img src="img/ric.png" alt="" width="70%"></td><td colspan="5" rowspan="2">
              <div class="main-heading"><img src="img/banner2.jpg" alt="" width="100%"></div></td><td><a target="blank" href="https://bhive-design.com/"><img src="img/qr.png" alt="" width="100%"></a></td></tr>
    <tr>
    </tr>
    <tr>
    <td colspan="7"><b>Online Registration Form<br>Reg No: <span style="color:red;"><?php echo $row['reg_no']; ?></span></b></td></tr>
    <tr style="border: 1px;">
    <td colspan="2"><b>Candidate's Name:</b><br> <span style="text-transform:capitalize"><?php echo $row['name']; ?></span></td> <td colspan="2"><b>Father's name:</b> <br><span style="text-transform:capitalize"><?php echo $row['fname']; ?></span></td><td colspan="2"><b>Aadhaar No:</b><br><span style="text-transform:capitalize"> <?php echo $row['aadhar']; ?></span></td><td rowspan="3"><b><a target="blank" href="dispresume.php?id=<?php echo $row['reg_no']; ?>">RESUME</b><br><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="red" class="bi bi-file-earmark-pdf-fill" viewBox="0 0 16 16">
  <path d="M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z"/>
  <path fill-rule="evenodd" d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z"/>
</svg></a></td></tr>
    <tr style="text-align:left">
    <td colspan="6"><b>Highest Qualification : </b> <span style="text-transform:capitalize;"> <?php echo $row['education']; ?></span></td></tr>
    <tr>
    <td colspan="2"><b>Mobile No.:</b><br> <span style="text-transform:capitalize"> <?php echo $row['mobile']; ?></span></td><td colspan="2"><b>Email Id:</b><br> <span style="text-transform:capitalize"> <?php echo $row['email']; ?></span></td><td colspan="2"><b>Apply Date: </b><br> <span style="text-transform:capitalize"><?php echo $row['date']; ?></span></td></tr>
    <tr>
    <td colspan="2"><b>State:</b><br> <span style="text-transform:capitalize"> <?php echo $row['state']; ?></span></td><td colspan="2"><b>City: </b><br> <span style="text-transform:capitalize"><?php echo $row['city']; ?></span></td><td colspan="2"><b>Pin:</b><br> <span style="text-transform:capitalize"> <?php echo $row['pin']; ?> </span></td></tr>
    <tr style="text-align:left">
    <td colspan="6"><b>Address :</b> <span style="text-transform:capitalize"> <?php echo $row['address']; ?></span></td></tr>
    <tr>
    <td colspan="2"><b>18+ Age? </b><span style="text-transform:capitalize"><?php echo $row['age']; ?></span></td><td colspan="2"><b>Want Relocation?</b> <span style="text-transform:capitalize"> <?php echo $row['relocate']; ?></span></td><td colspan="2"><b>Comfortable in Night Shift?</b> <span style="text-transform:capitalize"> <?php echo $row['night']; ?></span></td></tr>
    <tr>
    <td colspan="2"><b>Any Work Exprience?</b> <span style="text-transform:capitalize"> <?php echo $row['work']; ?></span></td><td colspan="2"><b>Have Epf A/C?</b> <span style="text-transform:capitalize"> <?php echo $row['epf']; ?></span></td><td colspan="2"><b>Any type of Foreign Certificate?</b> <span style="text-transform:capitalize"> <?php echo $row['fcertificate']; ?></span></td></tr>
    <tr>
    <td colspan="2"><b>Education</b></td><td colspan="2"><b>Institute</b></td><td><b>Result</b></td><td><b>Year</b></td></tr>
    <tr>
    <td colspan="2"><?php echo $row['education']; ?></td><td colspan="2"><?php echo $row['institute']; ?></td><td><?php echo $row['result']; ?></td><td><?php echo $row['pass']; ?></td></tr>
    <td rowspan="6" colspan="7"><div class="col-sm-2">
 <label class="lable" style="color:red;"> <br>DECLARATION :</label>
</div> <div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
    <div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
    <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
  <circle cx="8" cy="8" r="8"/>
</svg>
   I hereby declare that the information provided herein is true to the best of my knowledge. Any misrepresentation by me will lead to disqualification of my candidature or termination of employment without notice. I also authorize Bhive Design to send job\recruitment related notifications & updates on my contact number(s) updated with Bhive Design.
</div>  
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
  <circle cx="8" cy="8" r="8"/>
</svg>
   I authorize, Bhive Design or its 3rd party agency to use this for verification purpose with concerned authorities. I understand and agree that Bhive Design holds the right to conduct drug test & background check on my professional, educational, and financial background through independent sources. In case background check is negative/ drug test is positive, Bhive Design to withdraw the offer or terminate my employment with immediate effect. On joining I will submit authentic copies of all certificates, testimonials to support the details mentioned in the form.
</div>  
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
  <circle cx="8" cy="8" r="8"/>
</svg>
   I declare that I have not indulged into any means of payment; by way of kinds or cash with any Bhive Design employee or its representative/affiliates to influence or to consider my employment with Bhive Design.
</div>  
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
  <circle cx="8" cy="8" r="8"/>
</svg>   
I have read and accept the <a data-toggle="modal" data-target="#termsConditionPopup" style="width: 114px; color: blue; cursor:pointer;">Terms &amp; Conditions</a>
</div>  



</td></tr>
    </tbody>
    </tr>
    </table>

    <?php } } ?> 
    <center><button type="button" class="btn btn-warning" id="printbtn" onclick="window.print()">Print Form</button></center>
      </div>
      </body>
</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager