Posts by Lucas Kohler • 15 points
2 posts
-
0
votes1
answer51
viewsQ: Take multiple rows from a table in the database with the same name and display the name only once in a list
My form has the option to add more rows, so I had to use array and send its information to the database. In this case the database has created 3 rows within the table with various information, but…
-
-1
votes2
answers267
viewsQ: send array to database via php
Well, I have a form with a button to repeat it several times, so I had to create arrays in it. Only now I don’t know how to send it to the database. Searching I found that the way it is today is as…