Hi !
I have a db and in that dataabse there is a table and fields...
name (field)
mumu
koko
keke
and I am creating a html page so when the user opens the page there is a form in that form there is dropdown list like this as in the code
<select name="names">
<option selected>mumu</option>
</select>
so the thing that i want is that when the web page opens up the dropdown list gets the information from the table filed in name (field) and lincludes in the drop downlist...
I really appreciate it i am new to php still learning 🙂