Posted by Ewoud Dronkert on 11/28/05 22:47
Nel wrote:
> error on the line
>
> foreach($array as $row) {
>
> Not sure why?
From the FM at http://php.net/foreach : "foreach works only on arrays, and
will issue an error when you try to use it on a variable with a different
data type or an uninitialized variable."
--
E. Dronkert
Navigation:
[Reply to this message]
|