View Single Post
ישן 24-10-15, 19:05   # 2
Erez | TrustMedia.co.il
עסק רשום [?]
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 1,854

Erez | TrustMedia.co.il לא מחובר  

PHP קוד:
<?php
    $file1 
file('file1.txt');
    
$file2 file('file2.txt');
    
$file3 file('file3.txt');
    
$files array_merge($file1,$file2,$file3);
    
$files array_unique($files);
    foreach(
$files as $line){
        echo 
$line.'<br>';
    }
או שתכניס לאקסל ואז תריץ מחיקת כפולים
__________________
  Reply With Quote