non va lo stesso. Ti posto tutto:
$result = mysql_query("SELECT *, UNIX_TIMESTAMP(itime) as unixtime FROM nucleus_item ORDER BY itime desc LIMIT 1,5", $db);
while ($post = mysql_fetch_array($result))
{
echo "[*]<a href='http://www.nourdine.org/index.php?itemid=" . $post['inumber'] . "'>" . "<span class='pubblicazione'>" . $post['ititle'] . "</span>
";
echo "<span class='calendar'>" . $post['itime'] . "</span></a>";
}
grazie per la pazienza