while ($reg = mysql_fetch_array($resulset, MYSQL_ASSOC)){ foreach($reg as $i => $v){ echo $i.'-'.$v.'<br>'; } }