0) { $user = mysql_result($result, 0, "username"); $clear_pass = mysql_result($result, 0, "clear_password"); $md5_pass = mysql_result($result, 0, "md5_password"); } // checking if user is not authenticated if (!isset($userid) || $num_rows = 0 || $md5_pass != $md5_passwd) { // redirecting user to the login page header("Location: http://www.teknistar.com/login.php"); exit; } else { // this way we store the time when user authorized in $sess["time"] if (!isset($sess["time"])) $sess["time"] = time(); echo "

User '$userid' authorized at ".date("D M j G:i:s T Y", $sess["time"])."

"; } ?> Shoe Store Management Page

Alaska Walking Store Midtown

Store Operations Management Page.

CUSTOMER MANAGEMENT.

Insert a new customer
Delete a customer
Search for a customer
Customer Bonus Search

EMPLOYEE MANAGEMENT.

Insert a new Employee
Delete a Employee
Search for a Employee

ITEM MANAGEMENT.

Create a new Item description
Delete an Item Description
Search for an Item by ShoeStockNum or ItemID
Search for an Item by ItemID or Shoe Size

SALES MANAGEMENT.

Insert a new sale
Search for a sale