Posts by Nilson Lopes • 33 points
6 posts
-
0
votes2
answers28
viewsA: Background-color Td radiobutton
Problem solved, before closing this topic, I would like to know how to add the code below without giving conflict: (the code below selects the radiobutton by clicking on the td)…
-
1
votes2
answers28
viewsQ: Background-color Td radiobutton
I’m having a hard time solving this situation. I have in my table a list with radio button, it happens that when selecting an option, it works perfectly coloring the td Background, but when I select…
-
0
votes1
answer646
viewsQ: Recover selected value from a select in the database
I cannot recover the recorded value of select. I have this recovery by input that is working normally. <td> <div class="drop-down-select opcoes "> <label…
-
0
votes1
answer79
viewsQ: Only save ID 0
I’m having a problem that I’ve tried many ways, but is only recording Zero id. Part of the Button to register the street in the neighborhood Listing of neighborhoods bairro_lista.php Part of the…
-
0
votes2
answers322
viewsA: Insert name instead of value option id
Thanks to those who helped me, I got another way... $codEstado=$_POST["estado"]; $queryEstado = "SELECT * FROM estado WHERE id='$codEstado'"; $stmtEstado = $conexao->prepare($queryEstado);…
-
2
votes2
answers322
viewsQ: Insert name instead of value option id
Write to Database //Ids $codEstado = filter_input(INPUT_POST, 'estado', FILTER_VALIDATE_INT); $codCidade = filter_input(INPUT_POST, 'cidade', FILTER_VALIDATE_INT); $codBairro =…