Re: [PHP] PHP Newbie, Experienced Porgrammer, Annoying fread() problem

2001-02-07 Thread Brian Clark
Hi John, @ 2:01:49 PM on 2/7/2001, [EMAIL PROTECTED] wrote: > Please bear with me for a moment. I am new to PHP work, but have > over 10 years experience in various other programming languages > including C/C++ > I'm just getting really frustrated here, and i'm hoping its a simple > mistake. W

RE: [PHP] PHP Newbie, Experienced Porgrammer, Annoying fread() problem

2001-02-07 Thread James Moore
[snip] > for ($index = 0; $index < sizeof($books); $index++) > { > $book_data_file = fopen("$thisdir/$books[$index]/book_info.dat", "r"); > echo "Opened $thisdir/$books[$index]/book_info.dat"; > $book_data_in = fread($book_data_file, filesize($book_data_file));