the error Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/spiceyz/public_html/wp-content/themes/freeanimetoons/single.php on line 34 the code <div id="gallery" align=center"> <h3>Below you can check out more free Hentai Movie Galleries. These galleries change often , so be sure to bookmark us. </h3> <ul> <?php // select a random video $r = mysql_query("SELECT * FROM videos order by RAND() LIMIT 102"); while ($row=mysql_fetch_assoc($r)) { echo '<li><a href="'.$row['url'].'" target="_blank"" title="'.$row['description'].'"><img src="'.$row['thumbnail'].'" alt="'.$row['description'].'" border="0" width="150" /></a><br />'.$row['description'].'</li>'; } ?> </ul> </div> Any help?