Posted by R. Rajesh Jeba Anbiah on 10/06/06 05:26
NC wrote:
> On Oct 5, 12:17 am, howac...@gmail.com wrote:
> >
> > I have many text file with 1 to 2MB in size
> >
> > currently, i use the method:
> >
> > echo file_get_contents( $file_path );
> >
> > are there any better method?
>
> Yes. Use readfile():
>
> http://www.php.net/readfile
When I read the responses in this thread, I was wondering what
happened to c.l.php (obvious shortage of PHP saints). Fortunately,
still Nikolai Chuvakhin is hacking PHP...:-)
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|