\n";?> Poke And Destroy Concert Pictures. http://www.poke-and-destroy.com/?rss Poke And Destroy Concert Pictures. Benoit Delplancke 60 ".$date."\n"; $link = mysql_connect("localhost","poke","Too2than"); mysql_select_db("poke", $link); $query = "SELECT artiste,salle,date,chemin,thumb FROM albums WHERE type=1 or type=3 ORDER BY date DESC LIMIT 10"; $res = mysql_query($query); while ($row=mysql_fetch_row($res)) { list($artiste,$salle,$date,$chemin,$thumb)=$row; $thumb=($thumb<10)?"0".$thumb:$thumb; $artiste=ereg_replace("é","e",$artiste); $artiste=ereg_replace("ô","o",$artiste); $artiste=ereg_replace("ç","c",$artiste); $artiste=ereg_replace("¡","!",$artiste); $salle=ereg_replace("ê","e",$salle); $salle=ereg_replace("é","e",$salle); echo "\n"; echo "".$artiste."\n"; echo "http://www.poke-and-destroy.com".$chemin."?rss\n"; echo "
".$artiste." - ".$salle." (".$date.")


]]>
\n"; // echo "\n"; // echo "".$artiste." - ".$salle."(".$date.") >


]]>\n"; // echo "".$date."\n"; echo "
\n"; } mysql_close(); ?>