Posts by Vitor Matheus • 15 points
5 posts
-
1
votes0
answers42
viewsQ: Variable pass problem in PHP
My code is not receiving the value of the variable at the time it is passed by GET / POST. And so at the time of inserting it into the bank, it receives 0. Follow code of the form: <?php…
-
0
votes0
answers125
viewsQ: Delete function in PHP with mysql
I have the following line: mysqli_query($connected,"DELETE FROM itenspauta Where Coditem=$received"); But it excludes the whole row, and I just wanted to delete only one column from this table.…
-
0
votes0
answers121
viewsQ: Conversion from Date ("yyyy/mm/dd") to ("dd/mm/yyyy")
I’m using a field of sorts Date in the archive HTML, to facilitate the selection of the date, but it will be saved to the bank in American format yyyy/mm/dd, I did the following query to transform…
-
0
votes1
answer32
viewsQ: Code problem sent by POST
I am developing a system, and I need to store a code to a certain item and this code that I pass by POST, is not being saved in the bank, the same when it is passed, the item is written, but in the…
phpasked Vitor Matheus 15 -
-3
votes1
answer45
viewsQ: Validation of PHP Fields
Guys, the thing is, I made this code and when I check with a user that does not exist in the bank, I end up returning the message that the user exists and does not write. In this case here, I have…
phpasked Vitor Matheus 15