function artir($e,$f,$g,$h,$j) {
if($e != "" and $f != "" and $g !=""):
[email protected]($e,$f,$g); $sayi=$sayi[$f]; $sayi = $sayi + $h;
if($j == 'nolimit'):
[email protected]($e,"$f='$sayi'","where $g");
else:
[email protected]($e,"$f='$sayi'","where $g LIMIT 1");
endif;
return ($donen);
endif;
}