<?phpsession_start();header('Content-Type:text/html;charset=gb2312');include_once("conn/conn.php");if(!empty($_GET['name'])&&!is_null($_GET['name'])){//激活注册用户$num=$conne->getRowsNum("select*fromtb_memberwherename']."'andpassword='".$_GET['pwd']."'");if($num>0){$upnum=$conne->uidRst("updatetb_membersetactive=1wherename']."'andpassword='".$_GET['pwd']."'");...