// リンクページ require("../load/functions.php") ; require("../load/db_load.php") ; require("../load/php_setting.php") ; $id = "" ; $itemid = "" ; $cID= "" ; if ($_SERVER["REQUEST_METHOD"] == "POST") { foreach($_POST as $k => $v){ if (!is_array($v)){ if (get_magic_quotes_gpc()) { $v = stripslashes($v) ; } $v = f_escape($v); $$k = $v; } } } if (isset($_GET["cID"])){ $cID = f_escape($_GET["cID"]) ; } require("page_parts/login_check.php") ; require("page_parts/header_a.php") ; ?>