<?php session_start(); if ($_SESSION['gh']==''){ header('location:login.php'); } include("config.php"); $sql='delete from geren where gh='.$_SESSION['gh']; mssql_query($sql); $gr=str_replace("container","",$_POST['gr']); //echo $gr; $array = explode("$", $gr); for ($i=0;$i<=count($array)-2;$i++){ $add=explode("|",$array[$i]); $sql='insert into geren (mokuaiid,biaogeid,gh) values ("'.$add[0].'","'.$add [1].'","'.$_SESSION['gh'].'")'; //echo $sql.'<br>'; mssql_query($sql); } header("location:view.php"); ?>
(编辑:焦作站长网)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!
|