Welcome Guest, Not a member yet? Register   Sign In
2 $this->input->post :one is empty and the other returns ok
#3

(This post was last modified: 03-24-2020, 02:35 PM by RRIOS.)

(03-24-2020, 02:11 PM)includebeer Wrote: Maybe because you have spaces at the wrong places (name and value) :

Code:
<input type="text" class="form-control" id="cnometur" name="cnometur "placeholder="Nome da Turma" value=""required>

Should be:

Code:
<input type="text" class="form-control" id="cnometur" name="cnometur" placeholder="Nome da Turma" value="" required>

OHHHH..my god! Many days of home office, stressed ... and that was exactly the mistake! A space at the end .... kkkkkkkk

THANK YOU !
Reply


Messages In This Thread
RE: 2 $this->input->post :one is empty and the other returns ok - by RRIOS - 03-24-2020, 02:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB