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
[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));
Hello all,
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. What I am running into is that ever file I open and read fro
3 matches
Mail list logo