Posts by Bruce Duarte • 89 points
7 posts
-
0
votes3
answers465
viewsA: Column 'Activocirculation total' cannot be null
thanks for the help but I was able to find the answer. My XAMPP server, for some reason, was not connecting Mysql. I reinstalled the software and the code went back to working perfectly. Thanks :-)…
-
1
votes3
answers465
viewsQ: Column 'Activocirculation total' cannot be null
I’m finding it very strange what’s happening because yesterday worked perfectly! I created the following code: require_once 'credenciais.php'; //pega dados do formulário de ativo e passivo…
-
-1
votes1
answer1162
viewsQ: How to call a variable that is in another file?
I have a "Y.php" file that returns in one of the inputs, the resulting calculation of other inputs within this same file, I do this using Jquery and is working 100%. However, I would like to use the…
-
0
votes1
answer107
viewsQ: I am unable to run the monetary mask by Jquery
I am trying to configure my inputs with monetary mask. I called the script as follows: <script type="text/javascript" src="js/jquery-3.2.1.min.js"></script> <script…
-
-2
votes1
answer626
viewsQ: I cannot return to input the value of a PHP POST
I have a form with four numeric fields, ncr11, ncr22, ncr33 and ncr44. There is still another field in the form, ncr, that will receive a total value, which corresponds to the sum of all the first…
-
5
votes3
answers3914
viewsQ: How to put the value of a PHP variable inside an input?
How to put the value of a variable (already calculated in PHP) inside a input? <form method="post" action="calculos.php"> <div id="circulantes"> <div class="ativocirculante"…
-
0
votes1
answer62
viewsQ: Error inserting into MYSQL via PDO
I just started in the area and came across this situation. This my code is not inserting in my Mysql. <?php try{ $pdo = new PDO('mysql:host=localhost:3306;dbname=formularioecofin', 'SECRETO',…
pdoasked Bruce Duarte 89