/ Question & Réponse / PHP opendir() to list folders only PHP opendir() to list folders only PHP Développement back-end if ($handle = opendir('.')) { $blacklist = array('.', '..', 'somedir', 'somefile.php'); while (false !== ($file = readdir($handle))) { if (!in_array($file, $blacklist)) { echo "$file\n"; } } closedir($handle); } Question & Réponse How to style the input type time CSS Intégration web How to Copy Text with javascript Javascript Développement front-end How Minify CSS with PHP PHP Développement back-end Convert special characters to HTML in Javascript Javascript Développement front-end How to create a offset in Bootstrap 4 Bootstrap 4 Intégration web Listing all images in a directory using PHP PHP Développement back-end How to Force encoding in JavaScript Javascript Développement front-end How to replace single quotes in Javascript Javascript Développement front-end How to replace single quotes in Java Java Développement back-end How to change language for DataTable DataTable, Jquery Développement front-end How do I change the ID of a HTML element with JavaScript ? Javascript Développement front-end Javascript copy div change innerHTML id Javascript Développement front-end