Exemple #1
0
<?php

require_once "../authentication.php";
include "../../myDatabase.php";
include "../../myDatabase4.php";
$ro = new database();
$ro4 = new database4();
$ro4->ekit_inventory($ro->selectNow("registeredUser", "module", "employeeID", $_SESSION['employeeID']));
?>
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<link rel="stylesheet" href="../../bootstrap-3.3.6/css/bootstrap.css"></link>
	</head>
	<body>
		<div class="container">
			<h3>Emergency Kit</h3>
			<div class="col-md-7">
				<?php 
if ($ro4->ekit_inventory_inventoryCode() != "") {
    ?>
				<table class="table table-hover">
					<thead>
						<tr>
							<th>Particulars</th>
							<th>QTY</th>
							<th>Added</th>
							<th>Added By</th>
						</tr>
Exemple #2
0
<?php

require_once "../authentication.php";
include "../../myDatabase.php";
include "../../myDatabase4.php";
$inventoryLocation = $_POST['inventoryLocation'];
$ro = new database();
$ro4 = new database4();
$ro4->ekit_inventory($inventoryLocation);
?>
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<link rel="stylesheet" href="../../bootstrap-3.3.6/css/bootstrap.css"></link>
	</head>
	<body>
		<div class="container">
			<h3><?php 
echo $inventoryLocation;
?>
</h3>
			<div class="col-md-7">
				<?php 
if ($ro4->ekit_inventory_inventoryCode() != "") {
    ?>
				<table class="table table-hover">
					<thead>
						<tr>
							<th>Particulars</th>