How would i use several text files in a drop down box so that if i chose one, then the info in that txt file would show up in a textarea automatically?
I am thinking my other way using mysql would be tough so now i am thinking more toward txt files.
...or...
put all the text that would be into these files into mySQL and do a simple SELECT query to achieve the same result.
i would go the database route.