$sql = "SELECT `name`, `header`, `text` FROM `nature`";
if(result(->num_rows>0)
while($res = $result->fetch_assoc())
echo $res['name'];
$sql = "SELECT `name`, `header`, `text` FROM `nature` WHERE `id`=`1`";
if(result(->num_rows>0)
while($res = $result->fetch_assoc())
echo $res['name'];