php - Get table column names in mysql? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
php - Get table column names in mysql? - Stack Overflow
Is there a way to grab the columns name of a table in mysql? using php ... You can use DESCRIBE: DESCRIBE my_table;. Or in newer versions you can use ...