Hey guys please help me with the code for random avater, its somewhere in the forum but cant find it
Random Avater
Collapse
X
-
i dnt know if this will work ive just copied the gallery random and edit it a lil bit without testing
Code:echo "<div style=\"border: #FF99FF medium solid\" align=\"left\">\n"; $randoma = mysql_fetch_array(mysql_query("SELECT avlink FROM ibwf_avatars WHERE ORDER BY RAND() LIMIT 1")); echo "<img src=\"$randoma[0]\" height=\"50\" width=\"50\" alt=\"$randoma[1]\"/>"; echo "<br/>"; $nick = getnick_uid($randoma[1]); $urlnick = "$nick"; echo "by: $urlnick"; echo "</div>";
Comment