Пример #1
0
<?php

//add the required and the
require 'Require.php';
include 'Street_Header.php';
include '../Menu_Operator.php';
//make an operator
$user = $_SESSION['Logged_In_User'];
$operator = new Operator_Controller($user);
if (isset($_GET['Street_ID'])) {
    $Street_ID = $_GET['Street_ID'];
    $Street = $operator->Get_Single_Street($Street_ID);
    $Street = mysqli_fetch_array($Street, MYSQLI_ASSOC);
    $Name = $Street['Name'];
    $Name_Amharic = $Street['Name_Amharic'];
    $About_Street = $Street['About_Street'];
    $About_Street_Amharic = $Street['About_Street_Amharic'];
}
include 'Street_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>

				</div>
			</div>