Re: Re: Illegal string offset error in array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jasper Bryant-Greene wrote:
Johannes Findeisen wrote:

Hello all,

sorry if this has been asked allready but i didn't find any usefull information in the web.

Why is this function not working in PHP5?
[snip]
/*
* This line does not work in PHP5 cause off an illegal string offset in an array ERROR
*/
$arrAvailableContent[$i]['submenu'][$n]['file'] = $subfile;
[snip]
Can someone help?


You can't access string offsets with square brackets [] in PHP5. You need to use curly braces {} instead.

Not sure where you got that idea. This is not true.

-Rasmus

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux