benniesanders
Programmer
Hi There,
I have a group of text boxes named p1 through p14. The results are submitted to a form where they need to be added up. Is there a quicker, better way to add them up instead of doing:
request("p1"
+ request("p2"
, etc. through "p14"?
Thanks a million for your thoughts!
I have a group of text boxes named p1 through p14. The results are submitted to a form where they need to be added up. Is there a quicker, better way to add them up instead of doing:
request("p1"
Thanks a million for your thoughts!