<?php include 'php/mysql_connector.php'; include 'php/controller/MedicineController.php'; include 'php/controller/CategoryController.php'; include 'php/controller/StockController.php'; if (isset($_SESSION['admin'])) { header('Location: http://localhost/PharmacyDB/adminpanel.php?option=1'); } $categories = getCategoryDetails(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Pharmacy | Products</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <!--[if ie]> <meta content='IE=8' http-equiv='X-UA-Compatible'/><![endif]--> <!-- bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="themes/css/bootstrappage.css" rel="stylesheet"/> <!-- global styles --> <link href="themes/css/flexslider.css" rel="stylesheet"/> <link href="themes/css/main.css" rel="stylesheet"/> <!-- scripts -->
<?php /** * Created by PhpStorm. * User: Buddhi * Date: 12/28/2015 * Time: 12:58 PM */ include 'php/controller/CategoryController.php'; getCategoryDetails();