foreach ($row as $name => $value){
print “
} // end foreach
$count++;
} // end while loop
print “ \n“;
} // end printResults
?>