Example #1
0
    $tin = $rows[1];
    $dependents = $rows[2];
}
$result = detailsEmployed($_SESSION['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $dateEmployed = $rows[1];
}
$result = detailsPagibig($_SESSION['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $pagibig = $rows[1];
}
$result = detailsPhilhealth($_SESSION['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $philhealth = $rows[1];
}
$result = detailsSSS($_SESSION['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $sss = $rows[1];
}
$result = detailsPosition($posCode);
while ($rows = mysqli_fetch_array($result)) {
    $position = $rows[0];
}
?>
<div class="container v-center">
        <div class="row">
            <div class="col-md-12">
                <h1 class="text-center">Employee Information</h1>
                <hr>
            </div>
        </div>
Example #2
0
    $tin = $rows[1];
    $dependents = $rows[2];
}
$result = detailsEmployed($_GET['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $dateEmployed = $rows[1];
}
$result = detailsPagibig($_GET['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $pagibig = $rows[1];
}
$result = detailsPhilhealth($_GET['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $philhealth = $rows[1];
}
$result = detailsSSS($_GET['empNum']);
while ($rows = mysqli_fetch_array($result)) {
    $sss = $rows[1];
}
$result = detailsPosition($posCode);
while ($rows = mysqli_fetch_array($result)) {
    $position = $rows[0];
}
?>

  <div class="container v-center">
    <div class="row">
      <div class="col-md-12">
        <h1 class="text-center">Employee Information</h1>
        <hr>
      </div>