Im not sure what to search, but I wonder if there is a better way to display all the information in an array (formatted) rather than having to prep each on like...
$size = $results['size'];
$size2 = $results['size2'];
and then going from there...
is there a way to grab the results from mysql then convert them to their column headings in php?
(its only one array)