With what tools can I 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 the select, it would be an application to register a reference of a certain product, the select tab would inform the registered suppliers (through another tab) in the Bank of Data.
* pull with a command from sql select nome_fantasia from fornecedores;