How do I set a default value for ENUM fields in PHP?
myfieldname ENUM('option1','option2') default 'option2'
More mysql PHP Questions
How do I update the contents of a table row?How do I return a random row from the database?
How do I delete a row from a table?
How do I connect to mySQL from PHP?
How do I find the longest value in my mysql table?