vbnullchar Posted March 20, 2007 Share Posted March 20, 2007 how can i get field names of a table Link to comment https://forums.phpfreaks.com/topic/43439-table-fields/ Share on other sites More sharing options...
btherl Posted March 20, 2007 Share Posted March 20, 2007 Assuming you are using mysql, you can use http://sg.php.net/manual/en/function.mysql-list-fields.php But note the comment recommending you use the SQL command SHOW COLUMNS FROM table instead. Link to comment https://forums.phpfreaks.com/topic/43439-table-fields/#findComment-210943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.