I have a text based dbase, so any MYSQL-specific code won't help me.
The database contains meeting information (venue, day, time, address, city, state, zip, etc. )
When I choose a state, I want it to display all the cities in that state.
Right now I have it at
[city1]
[city2]
[city3]
[city4]
[city5]
etc.
What I want to display:
[city1][city2][city3]
[city4][city5][city6]
etc.
Question One: how do I do that?
Question Two: how do I then complete the table, when the bottom row has, say only one [city]?
The database contains meeting information (venue, day, time, address, city, state, zip, etc. )
When I choose a state, I want it to display all the cities in that state.
Right now I have it at
[city1]
[city2]
[city3]
[city4]
[city5]
etc.
What I want to display:
[city1][city2][city3]
[city4][city5][city6]
etc.
Question One: how do I do that?
Question Two: how do I then complete the table, when the bottom row has, say only one [city]?