+ 1
what is the error here guys.
mysqli_stmt_bind_param($stmt, "s", $username,$email, $hashedPwd); this code
1 Answer
+ 15
Do you have error description?
Programmers always rely on error description. It can help us fix the bug.
mysqli_stmt_bind_param($stmt, "s", $username,$email, $hashedPwd); this code