<?php
 session_start
();
 if (
session_is_registered("valid_user"))
 {
include(
"../include/FunctionDB.php");
ConnectDB();
//  
 
$Path "../images"
    if ( isset(
$Img1) )
    if (
copy($Img1,"$Path/$Img1_name")) 
       {
            
unlink ($Img1);
            
$Img1 "$Path/$Img1_name";
       }
$DateBirth $_POST['mYear1']."-".$_POST['mMonth1']."-".$_POST['mDate1'];
$Datetype $_POST['mYear']."-".$_POST['mMonth']."-".$_POST['mDate'];
$sql " UPDATE personalMed   SET   HN_code='$HN_code',Teacher_code='$Teacher_code',prefixId='$prefixId',Name='$Name',Lastname='$Lastname',DateBirth='$DateBirth',Datetype='$Datetype',Sex='$Sex',Hostpital='$Hostpital',Nationality='$Nationality',Nation='$Nation',Religion='$Religion',Citizen_id='$Citizen_id',districtId='$districtId',amphurId='$amphurId',Age='$Age',provinceId='$provinceId',Zipcode='$Zipcode',Mobile='$Mobile',Phone='$Phone',Work='$Work',Education='$Education',Email_name='$Email_name',State_bank='$State_bank',Address='$Address',Img1='$Img1',Degree_code='$Degree_code',Club_nid='$Club_nid',Group_1='$Group_1',Group_2='$Group_2',Group_3='$Group_3',Group_4='$Group_4',Dental_code='$Dental_code',massegeId='$massegeId'   WHERE  personId ='$personId' ";
$result mysql_query($sql) or die("Update Error $sql".mysql_error());
  
 echo 
"<meta http-equiv=\"refresh\" content=\"1;URL=EditThpersonList.php\">";
//header("Location:EditThpersonList.php");            
CloseDB();
?>
<?php 
    
}
else

           echo
"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
       echo
"Please Login ";
}
?>