Posted by R on 07/27/06 11:02
Kimmo Laine wrote:
> Again, just use:
> $$k[] = $a[$k];
PHP5: Fatal error: Cannot use [] for reading
but $k is not empty and
echo $a[$k] works fine...
when I changed above line to:
$$k[] = 12345;
PHP5: Fatal error: Cannot use [] for reading
any idea?
best regards
R
Navigation:
[Reply to this message]
|