Kyle Posted May 6, 2003 Share Posted May 6, 2003 PC Inpact met a notre disposition du php afin d'afficher les news, alors profitez en car cela permet d'adapter ces news aux couleurs de votre site et de les organiser comme bon vous semble ! Voila un exemple pour ceux qui galereraient un peu :) Mettez de préférence en tete de fichier ce code : function timestamp_to_date($timestamp){ return date("d-m-Y à H:m", $timestamp); } function News_Inpact() { $nb_news = "10"; include('http://www.pcinpact.com/cache/cache_simple.txt'); for($i=0; $i<$nb_news; $i++) { echo " <img src="news/images/bouton2.gif" width="4" height="7" border="0"> <a class="lien" href="http://www.pc-inpact.com/actu/news/".$last_news_title[$i][0].".htm" target="_blank">".$last_news_title[$i][1]."</a> "; echo timestamp_to_date($last_news_title[$i][2])."<br>"; } } Bien entendu, modifiez le code ci-dessus afin de l'adapter à votre site ! Puis à l'endroit ou vous souhaitez afficher les news : <? News_Inpact(); ?> Voilou voilou en esperant en aider certains Link to comment Share on other sites More sharing options...
playstation.2.fg Posted May 7, 2003 Share Posted May 7, 2003 Je trouve que c'est une très bonne idée, surtout pour les webmaster qui n'ont pas forcément toujours le temps de mettre à jour leur site. Merci Pc-Inpact Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.