Пример #1
0
			<div class="clearfix"> </div>
		</div>	
	</div>
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3> Vacancy<span></span> Details</h3>
		  </div>
			<div class="features-info">
				<div class="features-text">
					<h4>&nbsp;</h4>
                    <?php 
$id = $_GET['t'];
include_once "../config/job.php";
$ob1 = new job();
$result = $ob1->select_vacancy_details($id);
$re = mysqli_fetch_array($result);
?>
					<form name="form1" method="post" action="">
					  <table width="509" border="0">
                        <tr>
                          <td width="291" height="52"><strong>Designation</strong></td>
                          <td width="160"><?php 
echo $re['designation'];
?>
</td>
                          <td width="36">&nbsp;</td>
                        </tr>
                        <tr>
                          <td><strong>Job Description</strong></td>
                          <td><?php