Posts by Rafa • 1 point
2 posts
-
-1
votes1
answer32
viewsQ: Fill Select with Database data
How to Update a select input with information coming from the Database and still present the options for the person to choose to update? $id=filter_input(INPUT_GET,'id',FILTER_SANITIZE_NUMBER_INT);…
-
0
votes1
answer47
viewsQ: PHP, Relationship Too Much for Many
My doubt is in the construction of Logic. How do I, so that I determine item, can have more than one value? EX: I have the table of vehicles and the table of inputs. Each vehicle can have more than…