I have a table named hives and one of the fields is named hive_type. I have another table named hive_type with a single field name type.
I have tried several methods with not luck. I want to populate hives.hive_type with a selections from a dropdown list from hive_type.type Any suggestions? I am using SQLIte3 and PHP.