Posts by Nomail Nomail • 11 points
1 post
-
0
votes6
answers96354
viewsA: How to make an "Alert" in PHP?
You can do a validation in the form: <script> function checar() { If (form.qualquercoisa.nome.value=="") { alerta("preencher o campo"); } else { function enderecoform(); } Do a function to…