Thread
:
PHP Expert needed
View Single Post
08-08-2004, 09:58 AM
grumpy
Too lazy to set a custom title
Join Date: Jan 2002
Location: Holland
Posts: 9,870
$handle = fopen("/tmp/inputfile.txt", "r");
while (!feof($handle)) {
$buffer = fgets($handle, 4096);
echo $buffer;
}
fclose($handle);
__________________
Don't let greediness blur your vision
|
You gotta let some shit slide
icq - 441-456-888
grumpy
View Public Profile
Visit grumpy's homepage!
Find More Posts by grumpy