RE: [PHP] arithimetic

2002-05-02 Thread Craig Vincent
> $section = $box3 + $box4 + $box5 + $box6; // new ones i have added that > won't work Are the $box values listed here actually receiving values from the form? If you do an echo "$box3 $box4 $box5 $box6"; what do you see? Could you provide the HTML for your form as well please? It may help s

Re: [PHP] arithimetic

2002-05-02 Thread Jason Wong
On Friday 03 May 2002 01:33, Jas wrote: > This is a simple problem but for some reason it is eluding me... > I have a form that has text fields and check boxes, the function checks the > form, counts words, strips the slashes, then based on the number of words > and number of checkboxes selected c