Home  >  Article  >  Backend Development  >  php 操作mssql的有关问题

php 操作mssql的有关问题

WBOY
WBOYOriginal
2016-06-13 12:45:42847browse

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())));

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn