Posts by tro • 1 point
1 post
-
0
votes1
answer157
viewsQ: I am unable to authenticate user
I am not being able to do user authentication, just redirecting to the part where "it is not possible to register user". <?php $login = $_POST['login']; $senha = MD5($_POST['senha']); $connect =…