?
Path : /home/admin/domains/happytokorea.com/public_html/backend/modules/advertise/ |
Current File : /home/admin/domains/happytokorea.com/public_html/backend/modules/advertise/edit_group_do.php |
<? session_start(); require_once('../../../config.php'); require_once('../../../libs/MySql.php'); require_once('function.php'); $db=new MySql; function edit_category(){ global $db,$user_login; if($db->check_data_edit('content_cat',' CatName',$name,'CatID',$_POST['group_id'])==''){ if($_POST['CatName']!=""){ $olddata=$db->getDataOneRow('content_cat',$_POST[group_id],'CatID'); $editdata=Array( 'CatName'=>$_POST['CatName'], 'CatParentID'=>$_POST['parent'], 'CatURL'=>genURLCat($_POST[CatName]), ); if($db->Update('content_cat',$editdata,"WHERE CatID='{$_POST['group_id']}'")){ echo" <center><br>บันทึกข้อมูลสำเร็จ</center> <script language=\"JavaScript\"> window.parent.frames[0].location = \"list_group.php\"; </script> <meta http-equiv=\"refresh\" content=\"1;url=com_edit_category.php?group_id={$_POST['group_id']}\">"; echo "<script language=\"JavaScript\"> window.open('../../../wHtAccess.php?CatID={$_POST[group_id]}'); </script>"; }else{ $error="ไม่สามารถแก้ไขข้อมูลได้"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); } }else{ //else check ข้อมูลครบหรือไม่ $error="ไม่สามารถแก้ไขข้อมูลได้"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); }// จบการตรวจสอบข้อมูลว่าครบไหม }else{ // จบตรวจสอบว่าชื่อซ้ำกันหรือไม $error="ชื่อหมวดหมู่มีในฐานข้อมูลแล้ว"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); }// จบตรวจสอบว่าชื่อซ้ำกันหรือไม่ }//end edit_category ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <HEAD> <TITLE><?echo $cfg['site_name'];?></TITLE> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="" name=Keywords> <META content="<?echo $cfg['site_name'];?>" name="Description"> <META content="<?echo $cfg['site_name'];?>" name="Author"> <META content="<?echo $cfg['site_name'];?>" name="Copyright"> <LINK href="../../css/backend_style.css" type="text/css" rel="stylesheet"> <? if($_GET['ac']=='del'){ $cat_id=$_GET['group_id']; $numrow=$db->check_data('contents','CatID',$cat_id); $chk_parent=$db->check_data('content_cat','CatParentID',$cat_id); if($chk_parent!=0){ $error="ไม่สามารถลบข้อมูลได้ เนื่องจากหมวดหมู่นี้ยังมี หมวดหมู่ย่อยใช้งานอยู่ค่ะ"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); } if($numrow==''){ if($db->Query("DELETE FROM content_cat WHERE CatID='$cat_id' ")){ echo" <center><br>ลบข้อมูลสำเร็จ</center> <script language=\"JavaScript\"> window.parent.frames[0].location = \"list_group.php\"; </script> <meta http-equiv=\"refresh\" content=\"1;url=com_new_group.php\">"; }else{ $error="ไม่สามารถลบข้อมูลได้"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); } }else{ $error="ไม่สามารถลบข้อมูลได้ เนื่องจากหมวดหมู่นี้ยังมี Contentใช้งาน อยู่ในฐานข้อมูล กรุณาลบ Content ก่อนค่ะ"; echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n"; exit(0); }//จบการตรวจสอบว่ามีข้อมูลหัวข้ออยู่ในฐานข้อมูลหรือไม }else{ edit_category(); } ?>