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_doctor.php

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

	$strSQL = "UPDATE doctor SET 
	doctor1 = '".$_POST["doctor1"]."',doctor2 = '".$_POST["doctor2"]."',doctor3 = '".$_POST["doctor3"]."',
	doctor4 = '".$_POST["doctor4"]."',doctor5 = '".$_POST["doctor5"]."',doctor6 = '".$_POST["doctor6"]."',
	icon = '".$_POST["icon"]."',admin_id = '".$_POST["admin"]."'
	WHERE doctor_id = '".$_POST["doctor_id"]."' ";
	$objQuery = mysqli_query($objCon,$strSQL);   

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

OHA YOOOO