码:
$stmt->bind_param("s", md5($input['user'] . $config['salt']));
PHP错误消息:
只应通过引用传递变量
我一直在研究这个项目,但现在我被困住了.我是PHP的新手.该怎么办?
php mysqli
mysqli ×1
php ×1