Thanks Alex!! I'll give that a go!
-Original Message-
From: Alexander Fordyce [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 8:07 PM
To: Tyrone Mills; [EMAIL PROTECTED]
Subject: RE: [PHP-DB] Can't get my head around this problem...
Looks to me like you'd be b
ipt to use the hash, but
it's a more natural way to do it. Just a suggestion...
-Alex
> -Original Message-
> From: Tyrone Mills [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 3:58 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Can't get my head aro
taking a shot at it though, I appreciate it!
-Original Message-
From: Szii [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 6:27 PM
To: Tyrone Mills; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Can't get my head around this problem...
Perhaps...?
$x = 0;
while ($x < 7)
{
if (!
Perhaps...?
$x = 0;
while ($x < 7)
{
if (!isset($myArray[$x]))
{
$myArray[$x] =0;
}
}
-Szii
- Original Message -
From: "Tyrone Mills" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 3:58 PM
Subject: [PHP-DB] Can't g
Hello all...
I've got what is probably a stupid question, it's a problem I can't seem to
get my head around it. Any help will be greatly appreciated.
I'm pulling a count of connections from a MySQL database and the day of the
week it occurred on. Now the result set doesn't include empty values,