예제 #1
0
	 alert("No Users Selected");  
	 return false;
	 }
	var arv = checkBoxArr.toString();
	document.getElementById('selectcheck').value=arv;
		return confirm("Are You Sure ?");
}


</script>


<?php 
$category = new subcategory($_GET['type']);
if ($_GET['wtdo'] == 'add_category' && $_POST['category'] != "") {
    $add = $category->add_category($_POST['category']);
}
if ($_GET['wtdo'] == 'edit_category' && $_POST['category'] != "") {
    $add = $category->edit_category($_POST['category'], $_GET['id']);
}
switch ($_GET['type']) {
    case "maincategory":
        $message = "Categories";
        break;
    case "projects_category":
        $message = "projects category";
        break;
    case "rentorhire_category":
        $message = "Rent or Hire category";
        break;
    case "services_category":