$sql = mysql_query("SELECT FROM `table` ");
while ($res =mysql_fetch_array($sql)){
echo $res['id'].' '.$res['name'].' '.$res['age'].' '.$res['height'];
}
$sql = mysql_query("SELECT FROM `table` ");
while ($res =mysql_fetch_array($sql)){
echo $res['id'].' '.$res['name'].' '.$res['age'].' '.$res['height'];
}