I am going to create my own auction site as a challenge. Its something I have wanted to do after learning how to create a small shopping cart.
I intend to keep the database as small as possible, so I was thinking that storing the auction description in text files could be the way to go.
Everything else would need to go in the database ie start time, end time, bids etc....
Do you think this is a good idea to store just Auction descriptions in text files.
Is it not better to keep as much info out of the database as possible?
When an auction id is called from the database it displays the info from the database but also opens the corresponding text file on the server the contains the description.