Using the following code:
UPDATE 'login' SET diasvip = '".+$_POST["qntvip"]."' WHERE userid = '".$_POST["userid"]."'
When I run, it replaces the diasvip
with the posted value instead of adding the value to those already in the table. How do I do the sum operation?