There r 3 checkbox . .. first check box value = 2 , second check box value = 4 , third check box value = 6 . now if i check 1st one it will send 2 to the database field, if check the first and second it will send the value ( 2*4) =8 to the database, if check the first second and third it will send the value ( 2*4*6) =48 to the database, ...
Now how will i solve the problem
Now how will i solve the problem
Comment