Heh it is done with just mysql 🙂 As I can see, for example when using function like this:
FileWrite('Plus', 'somefield', 12);
..would create this:
mysql_query("UPDATE Text SET somefield = somefield+1 WHERE id = '12'")
..and that seems fine to me.
@:
Is the number also that high in the database(you said in the screenshot that it should be 50-100, not around 5000) or is it that high only when you echo it?