Posts by Edmo Souza • 15 points
3 posts
-
0
votes1
answer60
viewsQ: PHP - SQL Query
I’m trying to implement a code to list information from 3 tables. I want to display on the screen only the data that was registered by the user id = '20'. This value '20' I’m taking from a session…
-
0
votes1
answer2600
viewsQ: Delete button with modal mysql/php
I am a beginner and I have a problem with a button (delete with modal). When clicking the button, the system should display the modal and if I click "yes", should delete the record. I’m keeping my…
-
1
votes0
answers114
viewsQ: insert date in mysql database "ex. day/month/year"
I’m a beginner, I use bd mysql and php, I’m not sure about my database. use the following input: <input type="text" placeholder="Data de início" class="btntarefa" name="dataInicio"…