I have a table and in the table it has several fields that are named L1, L2, L3, and L4. Those fields are just numbers. So, what should the script look like to have L1 through L4 added together where ID='$sID'? Say L1 and L3 have a value of 2 and L2 and L4 have a value of 1 for that user. I would like the page to say '6' so the user can see the total.
Thanks!