PHP の mssql 操作に関する問題
ユーザー登録時に上記のエラーが発生しました。助けを求めてください
登録ステートメントは次のとおりです
$result = $this->_db->fetchRow ("EXEC dbo.GSP_GP_RegisterAccounts ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ",array($username, md5($password), md5($Insurepassword), $NickName, $Gender, $IdCard, $RealName, $MobilePhone, $intro, $FaceID, $ProtectQuestion1, $ProtectAnswer1, $ProtectQuestion2, $ ProtectAnswer2、util::getip()、md5(util::getip())));