'; echo " Healthcarewaste country_infos http://www.healthcarewaste.org/ Last added country_infos en contact@ecodev.ch 600 "; $query = "select * from country order by date_modified desc limit 50"; // 50 derniers modifiés $result = db_query($query); while($country_infos = mysql_fetch_array($result)) { $id_country = $country_infos['id_country']; $date = $country_infos['date_modified']; echo " http://www.healthcarewaste.org/en/country-infos.html?id=".$id_country." ".htmlspecialchars(stripslashes(getCountryLabel($id_country)))." The informations about this country where updated (".$date.") "; } // fermeture des balises xml du fichier rss echo "\n\n"; // Fermeture de la connexion avec la base mysql_close(); ?>