<?php
    
include("../include/FunctionDB.php");
    
ConnectDB();  //                       ,$Skill,$Type_Degree,$Degree_code,$Degree_His1,$Degree_His2,$Degree_His3,$Person_type,$Teacher_type,$Gover_id,$Forum_nid,$Club_nid,$Year_gov,$Date_post,$Position_id,$Level,$Salary,$Year_coll,$Year_fac,$Gover_pos,$Manage_pos,$Faculty_code,$Username,$Password,$Permision
   
$strSQL="UPDATE history_decoration_tb  SET Decoration_name='$Decoration_name',Year_receive='$Year_receive',Volumn='$Volumn',Col='$Col',Page='$Page',Orderlist='$Orderlist' WHERE Code='$Code'";
    
$result  mysql_query($strSQL) or die("Update Error $strSQL".mysql_error());
    
header("Location:Edit_Dec_List.php?Teacher_code=$Teacher_code");                
        
CloseDB();
?>