| 
	
 | 
 Posted by IchBin on 09/10/06 08:26 
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". 
 
--  
Thanks in Advance... 
IchBin, Pocono Lake, Pa, USA              http://weconsultants.phpnet.us 
'If there is one, Knowledge is the "Fountain of Youth"' 
-William E. Taylor,  Regular Guy (1952-)
 
[Back to original message] 
 |