|
|
 |
Re: FN-FORUM: PHP Help please
date posted 23rd April 2008 15:20
It is only 1 row from a table myrow is being used on all the rows,
apparently it was used to allow calling the name of the row as opposed to
the row[number]
>
> 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
>
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|