10.06.2011, 18:22
ehm... I don't understand your code lol.. you should learn the mysql basics..
however I guess you want something like this:
however I guess you want something like this:
pawn Код:
new query[200];
format(query, sizeof(query), "UPDATE `serverdata` SET `Registrations`=Registrations+1");
mysql_query(query);