<meta http-equiv="Content-Type" content="textml; charset=gb2312" />
<?php require("../ty2connhty.php")?>
<?php mysql_query("set names GB2312");?>
<?php
$id=$_POST['id'];
$bt=$_POST['bt'];
//$act=='subok' && die("提交的内容是:<br>".htmlspecialchars($gently_editor));
$exec="update jbxx set id='$id',bt='$bt' where id=$id";
mysql_query($exec);
mysql_close(www.);
?>
<script language="javascript">alert('修改成功!<?php echo $id?>');location.href='bjgsjj.php?id=<?php echo $id?>'</script>