Exemple #1
0
<?php

$id = $_POST['Data'];
include_once "../config/seeker.php";
$ob1 = new seeker();
$result = $ob1->seeker_search($id);
$n = mysqli_num_rows($result);
if ($n > 0) {
    ?>
<table width="796" border="1">
  <tr>
    <th width="99">Name</th>
    <th width="191">Mobile_number</th>
    <th width="186">Experience</th>
    <th width="143">Skill</th>
    <th width="143">Resume</th>
    
  </tr>
<?php 
    while ($r = mysqli_fetch_array($result)) {
        ?>

  <tr>
    <td><?php 
        echo $r['full_name'];
        ?>
</td>
    <td><?php 
        echo $r['mobile_number'];
        ?>
</td>
Exemple #2
0
				 <script>
				   $( "span.menu" ).click(function() {
					 $( "ul.nav1" ).slideToggle( 300, function() {
					 // Animation complete.
					  });
					 });
				</script>
				<!-- /script-for-menu -->
			</div>	
			<div class="clearfix"> </div>
		</div>	
	</div>
    <?php 
$id = $_SESSION['userid'];
include_once "../config/seeker.php";
$ob = new seeker();
$res = $ob->seeker_shortlist($id);
?>
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3>Shortlist</h3>
		  </div>
			<div class="features-info">
				<div class="features-text">
					<table width="777" border="1">
                    <tr>
                    <th width="122" height="47">Company Name</th>
                    <th width="92">Designation</th>
                    <th width="108">Joining Details</th>
                    <th width="132">Desired Profile</th>
Exemple #3
0
				 <script>
				   $( "span.menu" ).click(function() {
					 $( "ul.nav1" ).slideToggle( 300, function() {
					 // Animation complete.
					  });
					 });
				</script>
				<!-- /script-for-menu -->
			</div>	
			<div class="clearfix"> </div>
		</div>	
	</div>
    <?php 
$id = $_SESSION['userid'];
include_once "../config/seeker.php";
$ob = new seeker();
$res = $ob->seeker_interview($id);
?>
	<div class="features">
		<div class="container">
			<div class="work-title">
				<h3>Interview Call</h3>
		  </div>
			<div class="features-info">
				<div class="features-text">
					<table width="777">
                    <tr>
                    <th width="122" height="47">Company Name</th>
                    <th width="92">Designation</th>
                    <th width="108">Interview Date</th>
                    <th width="132">Interview Time</th>
Exemple #4
0
			<div class="clearfix"> </div>
		</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>
				<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 
echo $vid;
?>
"></td>
    $expyear = $_POST['EXPYEAR'];
    $location = $_POST['location'];
    $country = $_POST['country'];
    $key_skill = $_POST['key_skill'];
    $education = $_POST['education'];
    $pg = $_POST['PGCOURSE'];
    $certification = $_POST['certification'];
    $contact_no = $_POST['mobile_no'];
    $resume = $_FILES['resume']['name'];
    $f_type = $_FILES['resume']['type'];
    $f_size = $_FILES['resume']['size'];
    $type = 3;
    $status = 1;
    if ($f_type == "application/pdf" && $f_size / 1024 < 300) {
        include_once "../config/seeker.php";
        $ob = new seeker();
        $ob->insert_seeker($full_name, $contact_no, $country, $location, $expyear, $key_skill, $education, $pg, $certification, $resume, $category, $email, $password, $status, $type);
        move_uploaded_file($_FILES['resume']['tmp_name'], "../Resume/" . $_FILES['resume']['name']);
        echo "<font color='blue'>Successfully Inserted</font>";
        echo '<a href="index.php">Login</a>';
    } else {
        echo "File Type Not Match";
        echo $f_type;
    }
}
?>
				<div class="features-icons">
				  <div class="clearfix"> </div>
				</div>
				<div class="features-icons">
				  <div class="clearfix"> </div>
<?php

$a = $_POST['Data'];
include_once '../config/seeker.php';
$ob = new seeker();
$res = $ob->seeker_specific($a);
echo '<option value="0">--Select--</option>';
while ($r = mysqli_fetch_array($res)) {
    echo '<option value="' . $r['id'] . '">' . $r['specialise'] . "</option>";
}
    //$country=$_POST['country'];
    $key_skill = $_POST['key_skill'];
    $education = $_POST['education'];
    $pg = $_POST['PGCOURSE'];
    $certification = $_POST['certification'];
    $contact_no = $_POST['mobile_no'];
    //$resume=$_FILES['resume']['name'];
    //$f_type=$_FILES['resume']['type'];
    //$f_size=$_FILES['resume']['size'];
    //$type=3;
    //$status=1;
    //if($f_type=="application/pdf" && (($f_size/1024)<300) )
    //{
    $id = $_SESSION['userid'];
    include_once "../config/seeker.php";
    $ob = new seeker();
    $ob->update_seeker($full_name, $contact_no, $expyear, $key_skill, $education, $pg, $certification, $id);
    // }
    /*else
      {
      echo "File Type Not Match";
      echo $f_type;
      }*/
    echo '<script>window.location="Profile_update.php";</script>';
}
?>
				<div class="features-icons">
				  <div class="clearfix"> </div>
				</div>
				<div class="features-icons">
				  <div class="clearfix"> </div>