'; echo " Healthcarewaste technologies http://www.healthcarewaste.org/ Last added technologies en contact@ecodev.ch 600 "; $query = "select * from technical where web_publish='1' order by date_created desc limit 50"; // 50 derniers ajoutés $result = db_query($query); while($technical = mysql_fetch_array($result)) { $name = $technical['name_en']; $id_technical = $technical['id_technical']; $summary = $technical['summary_en']; $image = $technical['image']; echo " http://www.healthcarewaste.org/en/technicals.html?id=".$id_technical." ".htmlspecialchars(stripslashes($name))." ".htmlspecialchars(stripslashes($summary))." "; } // fermeture des balises xml du fichier rss echo "\n\n"; // Fermeture de la connexion avec la base mysql_close(); ?>