I'm looking to build a web app purely for my own personal use. What I want to do is: Show a list of days For each day have a drop-down of 3 options - only 0 or 1 can be selected When selecting an option, store this data to database (date, option chosen) When changing an option (even to the not-se...