Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/istore/
Upload File :
Current File : /var/www/html/mmishra/istore/index.php.bak

<?php
require("session.inc");

echo $header;

$pg = $_REQUEST["pg"];
?>

<br>

<?php

if (!$user) {
	echo "<table border='9'><tr><td>
	UID <input type='text' name='txtID' value='' size='15'>
	PWD <input type='password' name='txtPWD' value='' size='15'>
	<input type='submit' name='login' value='LOGIN'>
	</td></tr></table>
	<br>";
}

?>

<b>Indents</b> [ Entry | Approval | Status ]
<b>Stockbook</b> [ Entry | Status ]
<b>Material</b> [ In | Out ]

<?php

if (!$pg) $pg = 'consumables';

include("$pg.inc");

echo $footer;

/* close connection */
$mysqli->close();
?>