Hello friends, the image after 24 hours should change but not change, remains the same, why?
PHP Code:
$pod = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name='pod'"));
echo "<p align=\"center\"><b><u><i>Chatter of the Day:</i></u></b><br/>";
$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&who=$sql[0]&sid=$sid\">$nick</a></small>";
echo "<p align=\"center\"><small><img src=\"$sql[1]\" width=\"100\" height=\"100\" alt=\"$sql[0]\"/><br/>";
Comment