|
Posted by Dana Cartwright on 04/02/06 01:02
> Chris H wrote:
>
> Note that you can also have names like foo[bar] and foo[bar2]. This will
> work the same as foo[]. It is best to think of these as arrays.
Yes, you can, but you shouldn't. The PHP manual says most emphatically that
these kinds of constructs should not be used, they are deprecated, and they
probably won't be supported in the future.
-Dana
Navigation:
[Reply to this message]
|