Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[PHP] Affichage des news sur votre site

Featured Replies

Posté(e)

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 ! :toutafaitdaccord:

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 :arreterstop:

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.