Posts by Nicolas Bernardi • 45 points
5 posts
-
2
votes1
answer169
viewsQ: How to UPDATE with AJAX + PHP + PDO
I’m trying to do an Update with AJAX and PDO, but I’m not getting it. I’ve tried several ways and I can’t adjust the code. It is affecting only the last registered id. Can anyone help me please?…
-
0
votes0
answers239
viewsQ: Update with Ajax + Pdo
I performed the UPDATE with AJAX + Pdo, however, it is affecting only one line, the others are not affected. I’ve tried a lot of things, but I can’t seem to figure it out, if anyone can help me.…
-
1
votes1
answer45
viewsQ: UPTADE with JSON and Php
I’m trying to do an uptade with json and php, however, is giving error and do not know what is the problem. If someone can help me I appreciate. function uptade_cat() { var valor=$("#valor").val();…
-
1
votes1
answer47
viewsQ: Pdo passsa return vaizio in JSON
I am trying to make a cash flow chart with input and output, however, when the JSON value is returning empty. follows below the code PHP $ano_hoje = date('Y'); $janeiro_entrada =…
-
-4
votes2
answers618
viewsQ: Automatic IMC calculation in INPUT
I’m having trouble with this code, when I perform it gives a wrong result and I can not limit decimal. function calcular() { var peso = parseInt(document.getElementById('peso').value); var alt =…
javascriptasked Nicolas Bernardi 45