populate dropdowns

A

Anonymous

Guest
You would use mysql_fetch_assoc() (or similar) in a while() loop to fetch the results, and then display them with the appropriate HTML (i.e. each one as an <option>).
 
Back
Top