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.

ano_634877436262582173

INpactien
  • Inscription

  • Dernière visite

  1. Tout d'abord, il ne faut pas s'étonner de ne pas voir de message d'erreur si tu ne testes pas le retour de tes fonctions Je te conseille la lecture de la documentation de chaque fonction que tu souhaites utiliser pour comprendre leur fonctionnement et spécialité readdir : http://php.net/manual/fr/function.readdir.php ton code corrigé : <?php if($handler = opendir('./Services')) { while(FALSE !== ($file = readdir($handler))) { if(!in_array(substr($file, 0, 1), array('.', '_')) && is_dir($file)) { echo "\n<tr><td><a href='?page=$file'>$file</a></td></tr>"; } } } ?>
  2. Si le premier caractère du nom de fichier ne débute pas par un point ou un underscore faire {

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.