include("../../config/conn.php"); include("../../config/function.php"); sesCheck_m(); if(sqlzhuru($_POST[jvs])=="inf"){ zwzr(); $nc=sqlzhuru($_POST[tnc]); if(empty($nc)){Audit_alert("请输入昵称","inf.php");} updatetable("yjcode_user","uqq='".sqlzhuru($_POST[tuqq])."',weixin='".sqlzhuru($_POST[tweixin])."' where uid='".$_SESSION[SHOPUSER]."'"); if(panduan("uid,nc","yjcode_user where uid<>'".$_SESSION[SHOPUSER]."' and nc='".$nc."'")){Audit_alert("该昵称已被其他用户使用","inf.php");} updatetable("yjcode_user","nc='".$nc."' where uid='".$_SESSION[SHOPUSER]."'"); php_toheader("../tishi/index.php?admin=3"); } $sqluser="select * from yjcode_user where uid='".$_SESSION[SHOPUSER]."'";mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser); if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("../reg/");} ?>