A basic holiday list database example using php and mysql. the database has these elements: Name of database: list Name of table: items Columns: thing varchar(64) id tinyint(1) rank tinyint(1) url varchar(128) The purpose of the demo is to show how we add/del and access items from a simple database, with special attention to the routines and sql needed to sort/select from the database.