cad_alunos.php (Student Registration Form php)

Asked

Viewed 428 times

-3

Good morning, I’m having a problem in my php application because it is appearing to me like this: When I select deficient registration Visual and continue the registration form and click register it simply does not work and sends me this message: inserir a descrição da imagem aqui

Somebody help me solve this problem!

Show 3 more comments

1 answer

0

One solution is to add the novalidate in your form, since this is not one of the most recommended ways.

<form class="form-horizontal" novalidate  method="POST" action="processa/proc_cad_aluno.php">
  • I’m having another problem with Country Job registration, when I want to edit it shows me this message: Fatal error: Call to a Member Function execute() on Boolean in C: xampp htdocs www IBC login editar_aluno.php on line 699

  • 1

    Hence that is another question. If that answer helped you, mark it as the best answer to help others who might have that question. Regarding this error, you should ask another question.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.