0
Good afternoon!
I wonder if there is a way to perform an Insert in the database from a selection in a Dropdown.
This selection would be sent to a file (example) "Insert.php", in which you would perform the Insert in the table, and this would be done with Ajax.
I tried to look for some alternatives, however, only found using methods with Submit, and thus running functions with the Insert command.
From now on, thank you very much.
have you tried using <select> ? send the form with ajax and get the value via $_POST?
– Sampaio Leal