Re: [PHP] count() multidimensional array

2001-05-19 Thread Hugh Bothwell
""Dean Martin"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > My code to list only the rows that were checked is this.. > > for ($j=1 ; $j=5; $j++) > This code is creating an endless loop and times out the server with memory > overruns. > > What am I missing?

Re: [PHP] count() multidimensional array

2001-05-19 Thread Chris Lee
can't say for sure, but a good guess is some problems with undefined vars. try using fforeach insted, its alot simpler. $j_val) foreach($check[$j_pos] as $i_pos => $i_val) $message .= "{$pre[$j_pos][$i_pos]} {$post[$j_pos][$i_pos]} {$name[$j_pos][$i_pos]} {$city[$j_pos][$i_po