Re: [PHP] [arrays] reading from a form.

2002-06-13 Thread Stuart Dallas
On Thursday, June 13, 2002 at 6:38:10 PM, you wrote: > I have a example.html > --- > > function add() > { > var res=0; > for(x=0;x<3;x++)res=res+parseFloat(example.text[x].value); > example.result.value=res; > } > > > > > > > > > > > > -

[PHP] [arrays] reading from a form.

2002-06-13 Thread Àlex Camps
I have a example.html --- function add() { var res=0; for(x=0;x<3;x++)res=res+parseFloat(example.text[x].value); example.result.value=res; } --- and show.php --- PHP return the error: Notic