예제 #1
0
	</div>
	<!--//header-->
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3> Apply Now</h3>
		  </div>
			<div class="features-info">
				<div class="features-text">
					<h4>&nbsp;</h4>
                    <?php 
$user_id = $_SESSION['userid'];
$id = $_GET['t'];
include_once "../config/job.php";
$ob1 = new job();
$rrr = $ob1->applycheck($user_id, $id);
$result = $ob1->select_vacancy_details($id);
$re = mysqli_fetch_array($result);
include_once "../config/seeker.php";
$obj = new seeker();
$ress = $obj->seeker_details($user_id);
$rr = mysqli_fetch_array($ress);
?>
					<form action="appalypro.php" method="post" enctype="multipart/form-data" name="form1">
					  <table width="509" border="0">
                        <tr>
                          <td height="52"><strong>Designation</strong><input type="hidden" name="vacancy_id" value="<?php 
echo $id;
?>
"/>
                          <input type="hidden" name="user_id" value="<?php