Posted by Mateusz Markowski on 09/10/06 09:50
IchBin napisal(a):
> Mateusz Markowski wrote:
> >> echo "<input name=". $wt ." tabindex=". $tab ." value=".
> >> $getnormwtA[$i]['bodywtid'] ." type=". $typ ."/>".
> >> getnormwtA[$i]['bodyweightnorm'] .">";
> >
> > $getnormwtA is an array, not function, so why did you write:
> > getnormwtA[$i]['bodyweightnorm'] instead
> > $getnormwtA[$i]['bodyweightnorm']?
> >
> That was the OP's problem. That is, the missing '$' in the front of
> getnormwtA.
>
> Just for clarity you should slow down while you are reading responses.
> What I asked the OP was:
>
> "What array structure is *getnormwt()* returning INTO *$getnormwtA*.
> What does function *getnormwt()* look like".
First it wasn't response to your post. Maybe I overlooked something but
I have no idea why did you ask about getnormwt() if you had known that
is the OP's problem?
[Back to original message]
|