PHP Fields Validation [closed]

-3

asked by anonymous 22.07.2018 / 04:18

1 answer

0

You are not setting a WHERE in the first query:

$verifica_banco=mysqli_query($conexao,"SELECT * FROM petianos WHERE cpf='$cpf' LIMIT 1");

So he will check if the CPF is registered or not.

    
22.07.2018 / 17:17