$sql = "select * from first_page where id=10"; $result = joe_dbQuery($sql) ; while ($row = joe_dbFetchArray($result)){ echo($row['data']); } ?>