Re: FN-FORUM: PHP Help please
date posted 23rd April 2008 14:57
Nick Smart wrote:
>
>
> Given it's name, $myrow is perhaps a 2-dimensional array (a row from a
> table?), so $x = $myrow[$ItemName] could be making $x a 1-dimensional
> array.
>
>
> Nick
>
>
>
Actually, given it's name $myrow is probably only 1 row from a table so
it *shouldn't* be a 2-d array.
doh.
Nick