Posts by EuSou Noob • 7 points
10 posts
-
-2
votes2
answers64
viewsA: php login giving user nonexistent
Try to check if this way you can. Note: You can not make the comparison with fields in equal white made, example: if($login2 == "" || $senha2 == ""), Remember that this way the field you are…
-
0
votes0
answers11
viewsQ: View database column - Parser Codeigniter 4
Good afternoon! I’m needing to display a database column, through the parser within a IF, how can I do this? I am passing an array and rendering with the parser, code below: $dados = […
-
-1
votes1
answer36
viewsQ: SELECT mysqli error per date
Good morning guys, all right? Here’s the problem. I put for the digital user the initial and final date to search for a certain result in the database. The Code is this: $query =…
-
-1
votes1
answer42
viewsA: Add result from a column and display
I managed to resolve. thanks @Rodolfo Silva, but I got vlw. <?php $Fundos = mysqli_query($conexao, "SELECT * FROM saldo WHERE login = '$usuario'"); $valor = 0; while($exibeFundos =…
phpanswered EuSou Noob 7 -
-2
votes1
answer42
viewsQ: Add result from a column and display
all good? I am making an entry in the database in a certain column. However, when I try to use the WHILE function to show me the result, instead of it adding up it brings me all the results.…
phpasked EuSou Noob 7 -
-1
votes1
answer58
viewsA: Entering PHP MYSQLI data
Problem solved. I used the standard PHP error and it returned to me that the field in the database was too short for a long result. attt
-
-1
votes1
answer58
viewsQ: Entering PHP MYSQLI data
Guys good night. At this moment I am trying to enter data from a form in the database. However, it is not being inserted at all. Code form: <form action="enviar-ponto.php" method="POST">…
-
1
votes1
answer24
viewsA: Report display by customer input value
Just put it this way: <?php $nomeproduto = $_POST['nomeproduto']; $outrainformacao = $_POST['outrainformacao']; $marca = $_POST['marca']; $quantidade = $_POST['quantidade']; $quantidademaxima =…
phpanswered EuSou Noob 7 -
-1
votes1
answer24
viewsQ: Report display by customer input value
I want it to show me the amount the customer enters in the quantity field. HTML code: <style> header form input { display: block; margin-top:10px; } </style> <header> <form…
phpasked EuSou Noob 7 -
0
votes1
answer178
viewsQ: Run code only once
Think about this, I’m creating a code "363636". With this code, I’m giving the client the option to type in the input. However, I want this code to be executed only once. That is, when it enters the…
phpasked EuSou Noob 7