去评论
dz插件网

这个uc_user_register方法是怎么用的 New

哥斯拉
2024/07/08 19:39:23
$uid = uc_user_register(addslashes($newusername), $newpassword, $newemail);


function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = '') {


define('UC_API_FUNC', ((defined('UC_CONNECT') && UC_CONNECT == 'mysql') || UC_STANDALONE) ? 'uc_api_mysql' : 'uc_api_post');
正常走注册,或者后台添加用户都是正常新增,但是我自己把这个方法拿出来用返回的都是空






我知道答案 回答被采纳将会获得1 贡献 已有0人回答