MySql – get names of columns and put them in an array
Sometimes I need to get all the names of the columns in an sql table, most often to use the names of the columns as names of variables as it’s easier to use than simple $row[1], $row[2], etc. Let’s take …
MySql – get names of columns and put them in an array Read more »