Index du Forum » » Questions

Auteur

Flux RSS
coolzen0
43    

  Posté : 08-12-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

http://www.npds.org/viewtopic.php?topic=24043&forum=9