If we were to answer we'd end up writing an entire script for you - it's better if you learn the mysql functions from
http://www.php.net/manual/en/ref.mysql.php and build it yourself - only you know exactly how you want it to work. In short, what you'd need is to pull each row of information from the database and print each one followed by a <select> which contains all the possible statuses. Make the whole thing a form, so that when it is submitted your script can go through each item and update its status in the database.