コード例 #1
0
<?php

/**
 * @author asmalindi
 * @copyright 2011
 */
require "SectionModel.php";
include "process.php";
$SectionM = new SectionModel();
if (isset($_POST['submit'])) {
    if (isset($_POST['sec_id'])) {
        //echo"Register.. 111111111!";
        $sec_id = $_POST['sec_id'];
        //$categorie->setCat_title($cat_title);
        //$CategorieM->addNewCategorie($categorie);
        $SectionM->removeSection($sec_id);
    }
}
?>
<head>
<link href="menu.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.js"></script>
<script type="text/javascript" src="menu.js"></script>
<style type="text/css">
<!--
    body,
    html {
        margin:0;
        padding:0;
        color:#000;