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/saveedit_user.php

<html>
<body>
<?php
	include("connect.php");

	$strSQL = "UPDATE admin SET 
			username = '".$_POST["username"]."' ,
			password = '".$_POST["password"]."',
			name = '".$_POST["name"]."',
			tel = '".$_POST["tel"]."'
			WHERE admin_id = '".$_POST["admin_id"]."' ";

	$objQuery = mysqli_query($objCon,$strSQL);

?>
</body>
	<script type='text/javascript'>
		window.location.href = "user.php"
	</script>
</html>

OHA YOOOO