Good afternoon!
I would like to know if there is a way to perform an insert into the database from a selection in a DropDown.
This selection would be sent to a file (example) "insert.php", in which you would insert into the table, and this would be done with Ajax.
I tried to look for some alternatives, however, I only found methods using with submit, and thus executing functions with the Insert command.
Thank you in advance.