someclass->dispcount();
this works, is your code working differently to this?
Tim
--
From: Johnny Nguyen [SMTP:[EMAIL PROTECTED]]
Sent: 31 July 2001 23:58
To: [EMAIL PROTECTED]
Subject: [PHP] Counting Multidimensional Arrays
Nevermind. I Found the solution. $m, $y, and $d must be cast to integers.
-Original Message-
From: Johnny Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 3:58 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Counting Multidimensional Arrays
Given
Given
//
$Events[2001][07][31][0] = new ZEvent("Some Event 0", "Some Description 0",
"07-31-2001");
$Events[2001][07][31][1] = new ZEvent("Some Event 1", "Some Description 1",
"07-31-2001");
$Events[2001][07
3 matches
Mail list logo