Posts by AnthonyKamers • 15 points
5 posts
-
0
votes1
answer59
viewsQ: Add data from two tables with same parameters
I have two tables, titlospagar and titlosavulsos and in both I have the field scoreMotorista and I would like to add up the values of each I would like to do a query, gathering their data in a…
-
0
votes0
answers37
viewsQ: Query with Arrays not working PHP SQL
To edit a report, I need to take everything and turn it into an Array. I cannot use UPDATE, because the user can add more lines, having q add. Thus, I thought of first deleting the data that…
-
0
votes1
answer150
viewsA: Mysqli error - not registering in database
The right thing is: <?php $host = 'localhost'; $user = 'root'; $pass = ''; $db = 'controleestoque'; // conexão e seleção do banco de dados $con = mysqlI_connect($host, $user, $pass, $db); // GET…
-
0
votes1
answer150
viewsQ: Mysqli error - not registering in database
I am migrating from Mysql to Mysqli and have some errors in this my script that are not inserting into SQL <?php $host = 'localhost'; $user = 'root'; $pass = ''; $db = 'controleestoque'; //…
-
1
votes1
answer24
viewsQ: there’s some mistake in that code I made, "leaving the page up"
the code itself, that’s right, but when I put it in one, it looks like the content goes up, leaving the following components up need to figure out the error: .thumb { width:33%; height:auto;…