Conceptual Advice
I am designing a web site for a game that I play. I am going to describe the elements and what I plan to do. If you have suggestions for what languages to use or alternatives that would be better please give advice. I am not asking for people to code this, this is only a conceptual feat.
Form (Name, Date, Age, Size)
Storage device holding all of the forms and sorting them by date.
My thoughts on the storage device was either a text file that was appended each time a new form was submitted or a database that all the form info was stored into for easy sorting.
Eventually I will move on to trying to delete information but currently I want to conceptualize storing information first.
|