Posted by Bob Bedford on 09/29/05 12:15
> $bigarray["X"][] = $value1; > $bigarray["X"][] = $value2; > ... > $bigarray["Y"][] = $value5; Does it create a new element in the $bigarray["X"] ? I mean then I have $bigarray["X"][0] == $value1; $bigarray["X"][1] == $value2; Bob
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming