Final project for CS145 (Databases), Fall 2012. Online auction system using sqlite3. More about the backend than the frontend.
See full assignment description here: http://infolab.stanford.edu/~widom/cs145/work.html
- auction.php: page for an individual auction
- auctionBase: the database file.
- auctions.php: shows all auctions that have a start time before the current time.
- currtime.php: displays the current time.
- dbfuncs.php: contains helper functions for connecting to the database.
- navbar.html: navigation bar
- openauctions.php: displays all open auctions.