Пример #1
0
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3>Interview Call</h3>
		  </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