Re: Troubles from the newb again

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

 



Robert Cummings wrote:
On Sat, 2007-03-10 at 15:31 +1030, Jeff Taylor wrote:
Hey everyone,
Newb back again - Im trying to populate my arrays, but getting this error
again:
Warning: Illegal offset type in

This usually means that you are using a non-scalar value as an index.
Use var_dump( $array ) to see what's in there. You will probably find
one of the following: an array, and object, or the null value.

Cheers,
Rob.
A good habit to get into is always using if(is_array()) when using foreach.

--
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