devinemke wrote:huh? your subject line mentions text files and then you mention databases. which is it? how/where are you storing the data? if it's in a text file then use [man]file[/man] to read the contents in an [man]array[/man]. if it's in a database then you will have use an SQL query.
Sorry, I'll try to be more clear.
I'd like to use a text file instead of a database, since I have no clue how to create a database from scratch.
I'm just now collecting the data, so it's not stored anywhere except in my email.
How would what you're suggesting fit into this code?
[INDENT]
<select name="name" onChange="MM_jumpMenu('parent',this,1)">
<option selected>Names</option>
<option value="URL">Name 1</option>
<option value="URL">Name 2</option>
</select>[/INDENT]