Exemple #1
0
		</div>	
	</div>
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3>Update Resume</h3>
		  </div>
			<div class="features-info">
				<div class="features-text">
					<h4>&nbsp;</h4>
                    <?php 
session_start();
$user_id = $_SESSION['userid'];
include_once "../config/seeker.php";
$obj = new seeker();
$ress = $obj->seeker_details($user_id);
$rr = mysqli_fetch_array($ress);
?>
					<form action="resumepro.php" method="post" enctype="multipart/form-data" name="form1">
					  <table width="509" border="0">
                        <tr>
                          <td height="20">&nbsp;</td>
                          <td><input type="hidden" name="user_id" value="<?php 
echo $rr['Id'];
?>
"/></td>
                          <td>&nbsp;</td>
                        </tr>
                        <tr>
                          <td width="247" height="52"><strong>Name</strong></td>
                          <td width="247"><?php 
		  </div>
			<div class="features-info">
				<div class="features-text">
					<h4>&nbsp;</h4>
                    <?php 
$company_id = $_SESSION['userid'];
$vid = $_GET['id'];
$user = $_GET['id1'];
$apid = $_GET['apid'];
include_once "../config/job.php";
$ob1 = new job();
$ress = $ob1->select_vacancy_desig($vid);
$r1 = mysqli_fetch_array($ress);
include_once "../config/seeker.php";
$ob = new seeker();
$res1 = $ob->seeker_details($user);
$rr = mysqli_fetch_array($res1);
?>
					<form name="form1" method="post" action="interviewpro.php">
					  <table width="857" border="0">
                        <tr>
                          <td width="214" height="29">Vacancy</td>
                          <td width="143"><?php 
echo $r1['designation'];
?>
</td>
                          <td width="486"><input type="hidden" name="vacancy_id" id="vacancy_id" value="<?php 
echo $vid;
?>
"></td>
                        </tr>