Mysql not saving...
#1

I want to save the date and time when the player last connected but isnt working. Could anybody help?

PHP код:
new data[6];
getdate(data[2], data[1], data[0]);
gettime(data[3], data[4], data[5]);
mysql_format(mysqlquerysizeof(query), "UPDATE `accounts` SET `Zi` = '%d', `Luna` = '%d', `An` = '%d', `Ora` = '%d', `Minut` = '%d', `Secunda` = '%d' WHERE `ID` = %d"data[0], data[1], data[2], data[3], data[4], data[5], playerid);
mysql_tquery(mysqlquery); 
Reply
#2

I resolved this.
Reply
#3

Thread tools > Delete thread next time before anyone else reply, or atleast tell everyone how you solved it so others that have the same issue can read your thread instead of making a new one.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)