Kimlik doğrulama veya yönetimden onay bekliyor.
$sql = mysql_query("SELECT * FROM x_stories LEFT JOIN x_files ORDER BY storyid DESC LIMIT 5");
while ($row = mysql_fetch_array($sql))
{
$title= $row['title'];
$resim= $row['resim'];
echo "<div class='imageElement'><h3><a href='/haber.html' title='$title' target='_blank' class='open'>$title</a></h3><p></p><a href='/haber.html title='Text' target='_blank'><img src='$resim' alt='$title' class='full'></a></div>";
}
şeklindemi