Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
FTP
/
Monsta-FTP-master
:
test_remove02.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php $fichiers = array("titi", "index.html" , "lulu", "css_style.css" , "zorro"); $arr = array("index.html" , "css_style.css"); //$myfile = fopen("listrage.txt", "w") or die("Unable to open file!"); for ($i = 0; $i < count($fichiers) ; $i++) { for ($j = 0; $j < count($arr) ; $j++) { // echo " --->>> " .$fichiers[$i] ." " .$arr[$j] ."<br>"; if( $fichiers[$i] == $arr[$j]) { } else { echo " --->>> " .$fichiers[$i] ." " .$arr[$j] ."<br>"; } } echo " ---------- " ."<br>"; } ?>