Example #1
0
<?php

//add the required and the
require 'Require.php';
include 'Phone_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if (isset($_GET['Phone_ID'])) {
    $Phone_ID = $_GET['Phone_ID'];
    $Phone = $operator->Get_Single_Phone($Phone_ID);
    $Phone = mysqli_fetch_array($Phone, MYSQLI_ASSOC);
    $Phone_No = $Phone['Phone'];
    $Description = $Phone['Description'];
    $Description_Amharic = $Phone['Description_Amharic'];
}
include 'Phone_Menu.html';
?>

	<div class="col-sm-7  list_container">

		<div class="col-sm-12">

			<div class="panel panel-default">
				<div class="panel-body text-center">
					<h1>አፋላጊ</h1>
					<h4>More Data For Phone</h4>

				</div>
			</div>