Posts by Jotta Jorge • 113 points
3 posts
-
1
votes1
answer122
viewsA: Retrieve and Store the ID from a login screen to use on other CRUD screens
From what I could see, after checking if the name + password of the user in the bank, you tried to use the id in Session (it will be empty since you did not set the Id_client). You may notice the…
-
0
votes1
answer57
viewsA: How can I send more than one value of multiple Buttons radios to the database?
Regarding the fact that you are not entering in the database, you should check the line where the query is built, the syntax is wrong. The right would be something like: $resposta = "Insert INTO…
-
2
votes2
answers1008
viewsA: How to send javascript data to mysql
Hello! I’m not sure I understand the problem, your doubt is unclear, it would be interesting that you explain better. However, looking at your javascript, I noticed that you are append an input…