ionnnnutz Posted May 23, 2008 Share Posted May 23, 2008 i have an enum field with to options: yes or no, the default value beeing "no". how can i insert value from my website? Link to comment https://forums.phpfreaks.com/topic/106952-how-to-insert-data-in-enum-field-type/ Share on other sites More sharing options...
.josh Posted May 23, 2008 Share Posted May 23, 2008 Same way as you insert something into any other data field, except that the values you insert can only be "yes" or "no". Are you asking how to insert data into your table? Please make use of the search field or google, as that is a very common, very basic question. Link to comment https://forums.phpfreaks.com/topic/106952-how-to-insert-data-in-enum-field-type/#findComment-548185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.