Posts by Jhefferson Matheus • 11 points
3 posts
-
1
votes2
answers2334
viewsQ: How to get the input value in real time?
I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> there are two inputs type radio that sends value pro hidden…
-
-1
votes2
answers1993
viewsQ: How to get the values inside an array?
0 => {#557 ▼ +"nis": 1 } 1 => {#561 ▼ +"nis": 16192248487 } I have this array, I want to get the values: 1 and 16192248487, and plays them in a variable to give a dd and print them on the…
-
0
votes0
answers105
viewsQ: Updating in the database
There is an error in the family composition, which says: Undefined variable: compositionFamiliary the family composition code is: $composicaoFamiliar = DB::table('membro_familiar')->insertGetId([…