On Thu, 2001-12-13 at 11:42, matt stewart wrote:
> you're only printing stuff while i=0, i=1,i=6.
> therefore only 7 things come out.
> either make the loop for($i=0;$i<=7;$i++), or for($i=0;$i<8;$i++).
Oh! Thanks a million! It works like a charm now.
So I guess the second alternative was ri
you're only printing stuff while i=0, i=1,i=6.
therefore only 7 things come out.
either make the loop for($i=0;$i<=7;$i++), or for($i=0;$i<8;$i++).
-Original Message-
From: +markus lervik [mailto:[EMAIL PROTECTED]]
Sent: 13 December 2001 09:37
To: php-db
Subject: [PHP-DB] Problem with