$result=mysql_query("select * from trabajadores_historial); while($row=mysql_fetch_array($result)) { echo $row[nombre]; }