select id, artist_firstname, artist_lastname, title, image from mediatheque where type='artist' order by artist_lastname */ ?> WAC | AEN Mediatheque | Artists
*/ $bg_colors = array('993300','cc6633','ff9933','FF9900','cc6633','FF6633','cc66cc','993300'); while ($row = mysql_fetch_assoc($rows)) { $bg = $bg_colors[Rand(0,7)]; ?>
<?php echo $row['title']; ?>