I have a table that I have created from a table stored in an ASCII file. The columns have random labels (they could be anything), and so when I use
Code: Select all
$row = mysql_fetch_array($result);Finally, is there any way of determining a column's label given a column number?
Many thanks
Mark