How do I set a default value for ENUM fields in PHP?
myfieldname ENUM('option1','option2') default 'option2'
Comment on this Question and Answer >>>
ASK A QUESTION
More mysql PHP Questions
how to write sessions in php code?How do I delete a row from a table?
How do I access the current time with mysql?
How do I find the ID of a new row added to a table?
How do I find second highest value from a table?
