View Single Post
Old 12-31-2002, 12:40 AM  
MonkeyMan
So Fucking Banned
 
Join Date: Dec 2002
Location: New York.... Not the city... Up north further. Its about a six hour drive to the city from here. I don't like the city much. The air is not as clean, but they do have better strip clubs.
Posts: 1,026
well heres a simple little php script that would do it....
Echo it to the screen then just save as .TXT

PHP Code:
<?php 

$length 
= (APPROX FILE LENGTH)
$fa file("file1.txt");
$fb file("file2.txt");
for(
$x=0$x<$length$x++)
{
echo 
$fa[$x] . $fb[$x] ."\n";
}

?>

Last edited by MonkeyMan; 12-31-2002 at 12:45 AM..
MonkeyMan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote