Posts by Anonn • 29 points
3 posts
-
0
votes0
answers72
viewsQ: How to create function to "change" and "delete"?
I have a table where displays the "data" already registered, and for each data has the option "edit" and "delete". Now I am in doubt how to delete and change the chosen data. I would need a specific…
-
1
votes1
answer179
viewsQ: Concatenate two functions! (Mysql/PHP)
I have two functions I’ve done to display data in a table. However I was not able to create this function in a single function, so I created two, however, when I call both in the "foreach" it is…
-
0
votes2
answers91
viewsQ: How to create a form where it stores the data in a table and at the end you can register the data in the table in the Database?
I am creating a form where you register by entering 5 data (5 fields), and then when pressing the "Add" button, this data would be added in a "table" below where it shows your number, name and can…