Scusate, mi sapete dire perchè questo while non funziona, considerando che $DatiCommenti è un array??
Codice PHP:
while($DatiCommenti){
echo"
<p class=\"commenti_ajax\">
<img src=\"img/avatar.gif\" class=\"avatar\" />
<span class=\"titolo_commenti\">$DatiCommenti[TitoloCommento]</span>
<span class=\"corpo_commenti\">$DatiCommenti[Commento]</span>
<span class=\"coda_commenti\">Rilasciato da $DatiCommenti[Link] il [i]$DataCommenti[GiornoCommento] alle ore $DatiCommenti[OraCommento][/i]</span>
</p>
";
}