jenniferG Posted July 24, 2007 Share Posted July 24, 2007 We would like to be able to get the column list of a mysql Table from PHP code. I know from the mysql prompt we can get it, but we want to generate PHP code that will retun an array of columns If there is a column descriptor containing name, size, etc, that would be great. Something that I could loop thropugh an array in PHP4 and get the names of all the columns in the table as well as perhaps other column parameters as well. I believe that can be done in CGI, but want to use PHP4. Thanks, Jennifer Link to comment https://forums.phpfreaks.com/topic/61461-mysql-field-list/ Share on other sites More sharing options...
Wildbug Posted July 24, 2007 Share Posted July 24, 2007 You can run a DESCRIBE table as you would from a prompt and parse the output. Link to comment https://forums.phpfreaks.com/topic/61461-mysql-field-list/#findComment-305898 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.