Posts by Bruno • 1 point
1 post
-
-3
votes2
answers166
viewsQ: How do I check for registration in php?
$nome_cad = $_POST["nome_ent_c"]; $cpf_cad = $_POST["cpf_ent_c"]; $tel_cad = $_POST["tel_ent_c"]; $end_cad = $_POST["end_ent_c"]; $invite_cad = $_POST["cod_convite"]; $codgerado =…