how many? you could prolly pull this off with a flat file. csv, delimited text, or ms access.
its doesn't sound like the workload will be that intensive. you could store the data in SQL, oracle, mysql, or any database software, but i thin it would be overkill.
You could try all of these to gain experience. asp or php should be able to connect using odbc connections. php has functions to interact with mysql out of the box. |