![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: beginner question on multidimensional arrays
From: Chung Leong <chernyshevsky@hotmail.com>
Date: Tue Jan 31 2006 - 00:40:22 CET
matthewburton@gmail.com wrote:
I don't really see a need for multidimensional arrays here. A single
$table = array("A" => "A1", "B" => "B1", "C" => "C1");
For something requiring more sophisticated handling, you might want to
|