Blog
$result = mysqli_query($GLOBALS["___mysqli_ston"], "SELECT * FROM blog ORDER BY creationDate DESC");
while ($row = mysqli_fetch_assoc($result))
{
if($row['public'] == 1)
{
?>
}
}?>