0
With which tools I can integrate my database with an html/php, the intention is to create a field of type
<select>$opção1</select>
<select>$opção2</select>
<select>$opção3</select>
<select>$...</select>
What I have in mind is to pull* from the database the name to put in select, it would be an application to register a reference of a particular product, the select tab would inform registered suppliers(through another tab) in the Database.
*pull with an sql command select nome_fantasia from fornecedores;
these values will be sent to a database after ? if yes, the answer chosen as the best will not suit you, but I can explain this too and answer if you want
– Victor
Yes, the idea is that the "select" field works in order to fill in the product supplier, so the product goes to the Database always with the exact name of the supplier.
– Maicom Rodeghiero
I will explain through an answer and you check if it will work, but first answer me the name of the fields that keep the names of the suppliers and the codes ?
– Victor