Posts by Raphael Filipe • 58 points
4 posts
-
2
votes2
answers80
viewsA: Project Search PHP
Wesley, You are using in form one GET which is a method of sending a form that is faster than the post but has visibility through the browser, if you do not want anyone to see use post but the…
-
1
votes1
answer67
viewsQ: Activating event from checkbox
I tried to do the checkbox to change a input of hidden for text, but I don’t know what I’m missing. function myFunction() { const selecionado = document.querySelector("#quant"); var checkBox =…
javascriptasked Raphael Filipe 58 -
0
votes0
answers40
viewsQ: Because my modal is not getting the post
This is the code that receives the post <?php if (isset($_POST['idModal'])) { $result = mysqli_query($conn, $query="UPDATE tb_cartao SET mtpag=Cartão, doc='$_POST[docModal]' ,…
-
0
votes2
answers166
viewsQ: How to edit this chart to work with more lines
I’m using the Google API to generate charts : google.charts.load('current', {packages: ['corechart', 'line']}); google.charts.setOnLoadCallback(drawBarColors); function drawBarColors() { var data =…