FileIterator
Posted on 27 Feb 2005
<?php foreach (file('myfile.txt') as $line) { echo $line; } ?>
How sexy is that? ;-) (yes, I know, you can't aggregate it)
View Comments
<?php foreach (file('myfile.txt') as $line) { echo $line; } ?>
How sexy is that? ;-) (yes, I know, you can't aggregate it)