View Single Post
Old 05-08-2007, 02:18 PM  
fallenmuffin
Confirmed User
 
fallenmuffin's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 8,170
PHP to the rescue

Code:
$file1 = @file("letters.txt");
$file2 = @file("numbers.txt");

for ($x=1;$x<count($file1);$x++) {
$output[] = $file1[x] . $file2[x];
}
fallenmuffin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote