* Thus wrote Harish ([EMAIL PROTECTED]):
>
> Hi
>
> I am using Linux, Apache, MySql, PHP. In the below mentioned code example when the
> counter data that is displayed on the screen going to a indefinite loop. The file
> that is read has got sufficient permissions.
On Sun, 9 May 2004 22:00:53 +0530
"Harish" <[EMAIL PROTECTED]> wrote:
> $fp = fopen( 't.txt', 'r' );
>
> while( !feof( $fp ) )
> {
>print fgets( $fp );
>echo $counterval++;
>if($counterval%100==0)
>{
> flush();
>}
> }
> fclose( $fp );
> ?>
Modify
Hi
I am using Linux, Apache, MySql, PHP. In the below mentioned code example when the
counter data that is displayed on the screen going to a indefinite loop. The file that
is read has got sufficient permissions.
What are the reasons and how do I tackle the prob
3 matches
Mail list logo