Would it be a good idea to extend the database API (or build a module) with an insert/update array function? The parameters would be a table name and an array with column names and the values to assign to them. In case update_array() is called then the ID for the row to update would also have to be included.
I am trying to create a vocabulary that when a user creates content the following happens.
Chooses a state from a drop down list. Then based on what state is chosen a second drop down list will contain the cities in that state.
I am not sure how to set this up. I have tried creating a State and City terms but I can't get them to link together.
Any help on how to make this work is much appreciated.
I'm trying to use a navigation tree of links to my nodes. Unfortunately, I'm not seeing the images assigned to each node. What do you think I've missed to do?