PHP Tutorial: Put MySQL ENUM values into drop down select box | Online Game Development
If you have an ENUM field in your table schema then you don't want to go through the hassle of re-writing out all of the different ENUM values when you do an online form or CMS update system. This piece of code will take all of your ENUM values and put th
jadendreamer.wordpress.com |