时间:2021-07-01 10:21:17 帮助过:45人阅读
Insert title here
Insert title here prepare($sql); $sth->execute(array($username,$password,$registdate)); if($sth->rowCount()) { echo "insert success"; } else { echo "insert error"; } $conn = null; ?> 注册成功,请登录或继续注册
query("set names utf8"); }catch(PDOException $e){ die("mysql connected error: ".$e->getMessage()); }?>
print_r($sth->errorInfo());
谢谢!!@xuzuning