Posted by Connector5 on 12/05/05 17:22
The array will be numeric-index until a "string" key is used, then the array
becomes associative. This could affect iteration.
"Oliver Henniges" <info@krieger-peine.de> wrote in message
news:1133689809.814264.135120@f14g2000cwb.googlegroups.com...
> Could this have to do with $counter being interpreted as a string or a
> numeric/integer variable? How does php handle the difference between
>
> $_SESSION['category'][1] AND
> $_SESSION['category']['1']
>
> on both plattforms and within both versions?
>
Navigation:
[Reply to this message]
|