in reply to Re: Getting Values from a MySql ENUM Field
in thread Getting Values from a MySql ENUM Field

in PHP it would be: preg_match_all( "|'(.+?)'|", $strType, $arrMatches ); Feel free to use the pattern.
  • Comment on Re^2: Getting Values from a MySql ENUM Field