Useful links and code snippets. PHP, MySQL, Javascript, Jquery, Bash, etc…
if ($result = mysql_query("SHOW COLUMNS FROM {$table} LIKE '{$column}')) { $enum = mysql_fetch_object($result); preg_match_all("/'([\w ]*)'/", $enum->Type, $values); }
Post a Comment
No comments:
Post a Comment