Random Pics

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Random Pics

    Hi everyone sorry to bother u all im looking for a random script to show males and females pics on my mainpage for lavalair. I know theres afew on ere but i dnt use the usergallery in database. Any help wud be great

    #2
    use the search option

    WapCHAT Forum Currenltly changing over to xhtml

    My Dowloads Site

    Comment


      #3
      here bro try this



      echo "<small>Random Gallery Pics</small><br/>";
      $sql=mysql_fetch_array(mysql_query("SELECT uid, itemurl FROM fun_gallery ORDER BY RAND() LIMIT 1"));
      $nick = getnick_uid($sql[0]);
      echo "<small><img src=\"$sql[1]\" width=\"100\" height=\"100\" alt=\"$sql[0]\"/><a href=\"index.php?action=viewuser&amp;who=$sql[0]&amp;sid=$sid\">$nick</a></small><br/><br/><br/>";

      Comment

      Working...
      X