Forum » » Questions » » Flux RSS
Posté : 8 déc. 2008 à 09:49
// Déconnexion (inutile ici)
//mysql_close();
// Fin du flux
$xml .="</channel></rss>";
// Ecriture du flux dans un fichier xml
$fp = fopen("rss.xml", 'w+');
fputs($fp, $xml);
fclose($fp);
}
?>
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=24043&forum=9