Ciao a tutti, l'immagine dopo 24 ore dovrebbe cambiare, ma non cambia, rimane la stessa, come mai?
Codice PHP:
$pod mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name='pod'")); 
  echo 
"<p align=\"center\">[b]<u>[i]Chatter del Giorno:[/i]</u>[/b]
"

$sql=mysql_fetch_array(mysql_query("SELECT id, avatar FROM ibwf_users WHERE id='".$pod[0]."'")); 
$nick getnick_uid($sql[0]); 
  echo 
"<p align=\"center\"><a href=\"index.php?action=viewuser&amp;who=$sql[0]&amp;sid=$sid\">$nick</a></small>";  
  echo 
"<p align=\"center\"><small><img src=\"$sql[1]\" width=\"100\" height=\"100\" alt=\"$sql[0]\"/>
"

:master: